Cross Reference: registrations_controller.rb
xref
: /
lxc
/
doc
/
ko
/
nl.po
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
registrations_controller.rb revision 26875985a7ac4c68e60e691f06a81b2361c9ceb3
class
Users
::
RegistrationsController
<
Devise
::
RegistrationsController
rescue_from
Permission
::
PowerVaccuumError
, :
with
=> :
power_error
protected
def
power_error
(
exception
)
redirect_to
:
edit_user_registration
, :
flash
=> {:
error
=>
exception.message
}
end
def
after_inactive_sign_up_path_for
(
resource
)
after_sign_up_path
end
def
after_sign_up_path_for
(
resource
)
after_sign_up_path
end
end