Method: Tiun::Auth#model

Defined in:
lib/tiun/auth.rb

#modelObject



32
33
34
35
36
# File 'lib/tiun/auth.rb', line 32

def model
   @_model ||= model_name.constantize
rescue NameError
   User
end