first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Rails.application.configure do
|
||||
config.enable_reloading = false
|
||||
config.eager_load = ENV["CI"].present?
|
||||
config.consider_all_requests_local = true
|
||||
config.action_dispatch.show_exceptions = :rescuable
|
||||
end
|
||||
Reference in New Issue
Block a user