Class: HomeController

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

Instance Method Summary collapse

Instance Method Details

#four_zero_fourObject



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

def four_zero_four
  render 'four_zero_four', :status=>404
end