Class: Archangel::User
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Archangel::User
- Defined in:
- app/models/archangel/user.rb
Overview
User model
Instance Method Summary collapse
-
#to_param ⇒ String
Overwrite resource id to ‘username`.
Instance Method Details
#to_param ⇒ String
Overwrite resource id to ‘username`
48 49 50 |
# File 'app/models/archangel/user.rb', line 48 def to_param username end |