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