Class: ActiveApplication::PublicController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ActiveApplication::PublicController
- Defined in:
- app/controllers/active_application/public_controller.rb
Instance Method Summary collapse
Instance Method Details
#not_found ⇒ Object
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 |