Disable error page for development
This commit is contained in:
parent
67a885ca9d
commit
77ee8ee2f1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
if Rails.env.production? || Rails.env.staging? || true
|
if Rails.env.production? || Rails.env.staging?
|
||||||
Gaffe.configure do |config|
|
Gaffe.configure do |config|
|
||||||
config.errors_controller = 'ErrorsController'
|
config.errors_controller = 'ErrorsController'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue