eBooru/config/environment.rb

10 lines
199 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2015-08-18 20:50:27 -04:00
# Load the Rails application.
2022-10-10 07:22:35 -04:00
require_relative "application"
2010-02-04 15:08:49 -05:00
2019-08-29 00:50:40 -04:00
Dotenv.load(Rails.root + ".env.local")
2015-08-18 20:50:27 -04:00
# Initialize the Rails application.
2014-04-14 17:32:01 -04:00
Rails.application.initialize!