module Noa module Core module ControllerMethods def render_not_found render "noa/core/base/not_found", status: :not_found, layout: false end end end end