Sha256: 7e3490fc32358b92144c3c285740515797d155beab88e9df3cabc3443c1ee7b2

Contents?: true

Size: 360 Bytes

Versions: 13

Compression:

Stored size: 360 Bytes

Contents

class ApplicationController < ActionController::Base
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception

  include CMS::Localize
  include CMS::Editing
  include CMS::Authenticate
  include CMS::Logger

  def paper_trail_enabled_for_controller
    false
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
o2webappizer-0.1.15 templates/app/controllers/application_controller.rb
o2webappizer-0.1.14 templates/app/controllers/application_controller.rb
o2webappizer-0.1.13 templates/app/controllers/application_controller.rb
o2webappizer-0.1.12 templates/app/controllers/application_controller.rb
o2webappizer-0.1.11 templates/app/controllers/application_controller.rb
o2webappizer-0.1.10 templates/app/controllers/application_controller.rb
o2webappizer-0.1.9 templates/app/controllers/application_controller.rb
o2webappizer-0.1.8 templates/app/controllers/application_controller.rb
o2webappizer-0.1.7 templates/app/controllers/application_controller.rb
rails_admin_cms-0.0.6 lib/generators/cms/install/templates/app/controllers/application_controller.rb
o2webappizer-0.1.6 templates/app/controllers/application_controller.rb
rails_admin_cms-0.0.5 lib/generators/cms/install/templates/app/controllers/application_controller.rb
o2webappizer-0.1.5 templates/app/controllers/application_controller.rb