Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
CMS::Authenticate, CMS::Editing, CMS::Localize, CMS::Logger, CMS::Rescue
Defined in:
lib/generators/cms/install/templates/app/controllers/application_controller.rb

Instance Method Summary collapse

Methods included from CMS::Rescue

#render_404, #render_500

Methods included from CMS::Authenticate

#authenticate_admin_user!, #current_admin, #current_admin?, #current_user, #current_user?

Methods included from CMS::Editing

#cms_edit_mode?

Instance Method Details

#paper_trail_enabled_for_controllerObject



12
13
14
# File 'lib/generators/cms/install/templates/app/controllers/application_controller.rb', line 12

def paper_trail_enabled_for_controller
  false
end