Commit 3cca608d

mo k <mo@mokhan.ca>
2013-02-07 14:09:33
redirect new signups to the edit settings page.
1 parent bdbc4e1
Changed files (1)
app/controllers/registrations_controller.rb
@@ -14,4 +14,7 @@ class RegistrationsController < Devise::RegistrationsController
       render "edit"
     end
   end
+  def after_sign_in_path_for(resource)
+    edit_user_registration_path
+  end
 end