Cross Reference: registrations_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
users
/
registrations_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
registrations_controller.rb revision f8acfd3a9e11f960e4e5719fc6bacdd0f75dec22
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
)
root_path
end
end