Method: Rolify::Adapter::Base#relation_types_for
- Defined in:
- lib/rolify/adapters/base.rb
#relation_types_for(relation) ⇒ Object
27 28 29 |
# File 'lib/rolify/adapters/base.rb', line 27 def relation_types_for(relation) relation.descendants.map(&:to_s).push(relation.to_s) end |