Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Forked from MarkPochert/gist:796696
Created January 26, 2011 13:46
Show Gist options
  • Save tbuehlmann/796700 to your computer and use it in GitHub Desktop.
Save tbuehlmann/796700 to your computer and use it in GitHub Desktop.
resources :users do
# /users/:id/confirm_email(.:format)
# confirm_mail_user_path
get :confirm_email, :on => :member
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment