Module: TheRole::Api::User::ClassMethods

Defined in:
app/models/concerns/the_role/api/user.rb

Instance Method Summary collapse

Instance Method Details

#with_role(name) ⇒ Object



24
25
26
# File 'app/models/concerns/the_role/api/user.rb', line 24

def with_role name
  ::Role.where(name: name).first.users
end