R
Ralph Shnelvar
Windows development environment.
After starting webrick using
ruby script/server webrick --debugger
I started poking around and found ...
- - - -
(rdb:2) @devise_mapping
#<Devise::Mapping:0x7182728 @for=[:authenticatable, :activatable,
:confirmable,
:recoverable, :rememberable, :timeoutable, :trackable, :validatable],
@klass="Us
er", @route_options={}, @path_names={:confirmation=>"confirmation",
assword=>"
password", :sign_in=>"sign_in", :sign_out=>"sign_out"},
@path_prefix="/", @name=
:user, @as=:users>
(rdb:2) @devise_mapping.class
Devise::Mapping
- - - -
Is there a convenient way to find out which source module
defined/defines the class Devise::Mapping ?
After starting webrick using
ruby script/server webrick --debugger
I started poking around and found ...
- - - -
(rdb:2) @devise_mapping
#<Devise::Mapping:0x7182728 @for=[:authenticatable, :activatable,
:confirmable,
:recoverable, :rememberable, :timeoutable, :trackable, :validatable],
@klass="Us
er", @route_options={}, @path_names={:confirmation=>"confirmation",
assword=>"
password", :sign_in=>"sign_in", :sign_out=>"sign_out"},
@path_prefix="/", @name=
:user, @as=:users>
(rdb:2) @devise_mapping.class
Devise::Mapping
- - - -
Is there a convenient way to find out which source module
defined/defines the class Devise::Mapping ?