first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require "active_support/core_ext/integer/time"
|
||||
|
||||
Rails.application.configure do
|
||||
config.enable_reloading = true
|
||||
config.eager_load = false
|
||||
config.consider_all_requests_local = true
|
||||
config.active_support.deprecation = :log
|
||||
end
|
||||
Reference in New Issue
Block a user