Sha256: 0b65433d086a1b8b925844d82319c50d20556b6abf018b0aa35e5106fc124f82
Contents?: true
Size: 268 Bytes
Versions: 5
Compression:
Stored size: 268 Bytes
Contents
class A::BackendController < ApplicationController before_filter :authenticate_a_user! check_authorization def current_ability @current_ability ||= Ability.new(current_user) end def current_user return current_a_user end helper_method :current_user end
Version data entries
5 entries across 5 versions & 1 rubygems