Module: Noa::Core::ControllerMethods
- Defined in:
- lib/noa/core/controller_methods.rb
Instance Method Summary collapse
Instance Method Details
#render_not_found ⇒ Object
4 5 6 |
# File 'lib/noa/core/controller_methods.rb', line 4 def render_not_found render "noa/core/base/not_found", status: :not_found, layout: false end |