Commit 659c2758

mo khan <mo@mokhan.ca>
2014-01-06 03:58:58
redirect to my creations after registration.
1 parent 1d7ef7f
Changed files (1)
app/controllers/registrations_controller.rb
@@ -1,6 +1,6 @@
 class RegistrationsController < Devise::RegistrationsController
   def after_sign_in_path_for(resource)
-    settings_path
+    mine_creations_path
   end
 
   def sign_up_params