Class: ActiveApplication::PublicController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/active_application/public_controller.rb

Instance Method Summary collapse

Instance Method Details

#not_foundObject



2
3
4
# File 'app/controllers/active_application/public_controller.rb', line 2

def not_found
  return render "active_application/public/404", status: :not_found, layout: false
end