Class: Spud::ApplicationController
- Inherits:
- 
      ActionController::Base
      
        - Object
- ActionController::Base
- Spud::ApplicationController
 
- Includes:
- TbCore::ApplicationHelper
- Defined in:
- app/controllers/spud/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from TbCore::ApplicationHelper
#cache_key_for_spud_collection, #current_site_name, #tb_form_error_field, #tb_form_error_header, #tb_form_errors, #tb_form_field, #tb_form_for, #tb_page_title
Instance Method Details
#not_found ⇒ Object
| 17 18 19 | # File 'app/controllers/spud/application_controller.rb', line 17 def not_found raise Spud::NotFoundError end |