Method: Tiun::Auth#model
- Defined in:
- lib/tiun/auth.rb
#model ⇒ Object
32 33 34 35 36 |
# File 'lib/tiun/auth.rb', line 32 def model @_model ||= model_name.constantize rescue NameError User end |
32 33 34 35 36 |
# File 'lib/tiun/auth.rb', line 32 def model @_model ||= model_name.constantize rescue NameError User end |