Cross Reference: confirmations_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
users
/
confirmations_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
confirmations_controller.rb revision ee5342a8882c2fc7631fcffb5497e6597747887c
class
Users
::
ConfirmationsController
<
Devise
::
ConfirmationsController
protected
def
after_resending_confirmation_instructions_path_for
(
resource_name
)
url_for
[:
edit
, :
user
, :
registration
]
if
is_navigational_format
?
end
end