Method: CanTango::Configuration::Permits#executed_for

Defined in:
lib/cantango/configuration/permits.rb

#executed_for(ability) ⇒ Object



105
106
107
# File 'lib/cantango/configuration/permits.rb', line 105

def executed_for ability
  executed[hash_key_for(ability)] ||= []
end