Module: RestfulAclModel::InstanceMethods

Defined in:
lib/restful_acl_model.rb

Instance Method Summary collapse

Instance Method Details

#get_momObject



25
26
27
# File 'lib/restful_acl_model.rb', line 25

def get_mom
  parent_klass.find(parent_id) if has_parent?
end