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 9830ae633a558bbee385ff3c9d34f54e7f6be6ab
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
end