Class: Spud::ApplicationController

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

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_foundObject



17
18
19
# File 'app/controllers/spud/application_controller.rb', line 17

def not_found
  raise Spud::NotFoundError
end