Class: SimplificatorInfrastructure::ErrorsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SimplificatorInfrastructure::ErrorsController
- Defined in:
- app/controllers/simplificator_infrastructure/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#render_error ⇒ Object
8 9 10 11 |
# File 'app/controllers/simplificator_infrastructure/errors_controller.rb', line 8 def render_error force_html_type render template, status: error_summary.status_code end |