Module: RsErrors

Extended by:
ActiveSupport::Concern
Defined in:
app/controllers/concerns/rs_errors.rb

Instance Method Summary collapse

Instance Method Details

#process(action, *args) ⇒ Object



36
37
38
39
40
# File 'app/controllers/concerns/rs_errors.rb', line 36

def process(action, *args)
  super
rescue AbstractController::ActionNotFound => e
  render_404(e)
end