Skip to content

Instantly share code, notes, and snippets.

@ptagell
Created October 25, 2011 10:58
Show Gist options
  • Save ptagell/1312293 to your computer and use it in GitHub Desktop.
Save ptagell/1312293 to your computer and use it in GitHub Desktop.
New controller
class PagesController < ActionController::Base
def home
end
def sign_up_redirect
redirect_to new_registration_path(Parents)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment