Class: RegistrationsController

Inherits:
Devise::RegistrationsController
  • Object
show all
Defined in:
app/controllers/registrations_controller.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#after_inactive_sign_up_path_forObject



16
17
18
# File 'app/controllers/registrations_controller.rb', line 16

def (*)
  new_user_session_path
end

#editObject



12
13
14
# File 'app/controllers/registrations_controller.rb', line 12

def edit
  redirect_to profile_path
end