Method: Roleable::AppliedRole#with_resource_class
- Defined in:
- lib/roleable/applied_role.rb
#with_resource_class(resource_class) ⇒ Object
29 30 31 |
# File 'lib/roleable/applied_role.rb', line 29 def with_resource_class(resource_class) where(:resource_type => resource_type_from_class(resource_class)) end |