Class: User
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- User
- Includes:
- Blacklight::User, Hydra::User
- Defined in:
- app/models/user.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
Method added by Blacklight; Blacklight uses #to_s on your user class to get a user-displayable login/identifier for the account.
Instance Method Details
#to_s ⇒ Object
Method added by Blacklight; Blacklight uses #to_s on your user class to get a user-displayable login/identifier for the account.
19 20 21 |
# File 'app/models/user.rb', line 19 def to_s email end |