Class: Ferret::Browser::ErrorController

Inherits:
Controller
  • Object
show all
Defined in:
lib/ferret/browser.rb

Constant Summary

Constants inherited from Controller

Controller::APP_DIR, Controller::STATIC_DIR

Instance Method Summary collapse

Methods inherited from Controller

#initialize, #method_missing

Methods included from ViewHelper

#tick_or_cross, #truncate

Constructor Details

This class inherits a constructor from Ferret::Browser::Controller

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ferret::Browser::Controller

Instance Method Details

#indexObject



175
176
177
# File 'lib/ferret/browser.rb', line 175

def index
  render(:status => 404)
end