Module: RestfulAcl::Model::InstanceMethods

Defined in:
lib/restful_acl/model.rb

Instance Method Summary collapse

Instance Method Details

#get_momObject



32
33
34
# File 'lib/restful_acl/model.rb', line 32

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