Class: Ferret::Browser::ErrorController
- Inherits:
-
Controller
- Object
- Controller
- Ferret::Browser::ErrorController
- 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
Methods included from ViewHelper
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
#index ⇒ Object
175 176 177 |
# File 'lib/ferret/browser.rb', line 175 def index render(:status => 404) end |