Sha256: 5268a15e03dbf1b9b13f55bdb39d637bcaeaeaf62f35151436696e824618c2ec
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 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 CustomerVault::ApplicationHelper helper Flyboy::ApplicationHelper def current_ability @current_ability ||= Ability.new end end
Version data entries
3 entries across 3 versions & 1 rubygems