module BackOffice::Policy
Public Instance Methods
Private Instance Methods
rules()
click to toggle source
# File lib/back_office/policy.rb, line 17 def rules @rules ||= Hash.new { |hash, key| hash[key] = {} } end