OSDN Git Service

iroiro
[pettanr/pettanr.git] / app / controllers / author_registrations_controller.rb
diff --git a/app/controllers/author_registrations_controller.rb b/app/controllers/author_registrations_controller.rb
new file mode 100644 (file)
index 0000000..9744070
--- /dev/null
@@ -0,0 +1,7 @@
+class AuthorRegistrationsController < Devise::RegistrationsController
+  protected\r
+\r
+  def after_sign_up_path_for(resource)\r
+    '/home/step2'\r
+  end
+end