Files
Libr/config/environment.rb
T
2014-06-15 18:44:14 +08:00

12 lines
327 B
Ruby

# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Libr::Application.initialize!
if Rails.env.development?
# Rails.logger = Le.new('32df6983-8040-4c6b-b42b-508e490af4b5', debug: true)
else
Rails.logger = Le.new('32df6983-8040-4c6b-b42b-508e490af4b5')
end