Class: Spud::ApplicationController

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

Instance Method Summary collapse

Methods included from ApplicationHelper

#cache_key_for_spud_collection, #current_site_name, #tb_page_title

Instance Method Details

#not_foundObject



15
16
17
# File 'app/controllers/spud/application_controller.rb', line 15

def not_found
  raise Spud::NotFoundError
end