Class: ActiveApplication::ResourceController

Inherits:
SimpleResource::BaseController
  • Object
show all
Defined in:
app/controllers/active_application/resource_controller.rb

Instance Method Summary collapse

Instance Method Details

#render_not_foundObject



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