module Noa::Core::ControllerMethods

Public Instance Methods

render_not_found() click to toggle source
# 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