Class: Users::RegistrationsController
- Inherits:
-
Devise::RegistrationsController
- Object
- Devise::RegistrationsController
- Users::RegistrationsController
- Defined in:
- app/controllers/users/registrations_controller.rb
Instance Method Summary collapse
Instance Method Details
#flash(args = {}) ⇒ Object
3 4 5 |
# File 'app/controllers/users/registrations_controller.rb', line 3 def flash(args={}) puts args.inspect end |