Module: Controller::ErrHandler
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/controllers/com/controller/err_handler.rb
Instance Method Summary collapse
Instance Method Details
#record_not_save(exception) ⇒ Object
9 10 11 |
# File 'app/controllers/com/controller/err_handler.rb', line 9 def record_not_save(exception) render 'err', locals: { target: exception.record }, status: :unprocessable_entity end |