Class: ActiveApplication::ResourceController
- Inherits:
-
SimpleResource::BaseController
- Object
- SimpleResource::BaseController
- ActiveApplication::ResourceController
- Defined in:
- app/controllers/active_application/resource_controller.rb
Instance Method Summary collapse
Instance Method Details
#render_not_found ⇒ Object
5 6 7 |
# File 'app/controllers/active_application/resource_controller.rb', line 5 def render_not_found render "active_application/public/404", status: :not_found, layout: false end |