Method: Lockdown::Configuration.user_model
- Defined in:
- lib/lockdown/configuration.rb
.user_model ⇒ Object
The model used to represent the user. Common choices are ‘User’ and ‘Person’. Default “User”
48 49 50 |
# File 'lib/lockdown/configuration.rb', line 48 def user_model @user_model end |