Module: TheRole::Api::Role::ClassMethods

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

Instance Method Summary collapse

Instance Method Details

#with_name(name) ⇒ Object



68
69
70
# File 'app/models/concerns/the_role/api/role.rb', line 68

def with_name name
  ::Role.where(name: name).first
end