debian-mirror-gitlab/config/environment.rb

8 lines
159 B
Ruby
Raw Normal View History

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
2020-03-13 15:44:24 +05:30
# Load the Rails application.
2019-02-15 15:39:39 +05:30
require_relative 'application'
2014-09-02 18:07:02 +05:30
2020-03-13 15:44:24 +05:30
# Initialize the Rails application.
2015-12-23 02:04:40 +05:30
Rails.application.initialize!