Method: Devise::Mapping#to

Defined in:
lib/devise/mapping.rb

#toObject

Gives the class the mapping points to.



80
81
82
# File 'lib/devise/mapping.rb', line 80

def to
  @klass.get
end