7 lines
161 B
Ruby
7 lines
161 B
Ruby
|
if Rails.env.production? || Rails.env.staging? || true
|
||
|
Gaffe.configure do |config|
|
||
|
config.errors_controller = 'ErrorsController'
|
||
|
end
|
||
|
Gaffe.enable!
|
||
|
end
|