Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Includes:
- ActionControllerMixin
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
Admin::BlogCategoriesController, Admin::BlogsController, Admin::PostsController, BlogCategoriesController, BlogsController, PostsController
Instance Method Summary collapse
Instance Method Details
#render_404 ⇒ Object
6 7 8 |
# File 'app/controllers/application_controller.rb', line 6 def render_404 render :template => 'application/error_404', :status => :not_found end |