Welcome to mirror list, hosted at ThFree Co, Russian Federation.

environment.rb « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5abe55806c256100cc029c834f52830829aefc6 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

# Load the Rails application.
require_relative 'application'

# Initialize the Rails application.
Rails.application.initialize!