Sha256: b0fb8129acaad3f9505abe3093473fbf9d4b034b59e97ca4ff55d72edb5b2a9c
Contents?: true
Size: 385 Bytes
Versions: 9
Compression:
Stored size: 385 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 helper Ecm::UserAreaHelper include Controller::CurrentUserConcern # From ECM User Area include Controller::RedirectBackConcern include Controller::CurrentUserConcern end
Version data entries
9 entries across 9 versions & 1 rubygems