Sha256: e418d43e48535aac4e78ec1465cf6913d8d7fee9a21648db269a852ac6616c31
Contents?: true
Size: 280 Bytes
Versions: 8
Compression:
Stored size: 280 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 end
Version data entries
8 entries across 8 versions & 2 rubygems