gitlab-org--gitlab-foss/config/environment.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
159 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
# Load the Rails application.
require_relative 'application'
2011-10-08 21:36:38 +00:00
# Initialize the Rails application.
2015-11-25 16:18:44 +00:00
Rails.application.initialize!