Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
ActionControllerMixin
Defined in:
app/controllers/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#render_404Object



6
7
8
# File 'app/controllers/application_controller.rb', line 6

def render_404
  render :template => 'application/error_404', :status => :not_found
end