Skip to content

Instantly share code, notes, and snippets.

@jhancock
Created December 30, 2008 18:24
Show Gist options
  • Save jhancock/41692 to your computer and use it in GitHub Desktop.
Save jhancock/41692 to your computer and use it in GitHub Desktop.
# FIXME - if I am not logged in an I get redirected to login, upon success, the email_unconfirmed_code which was passed to the original request is lost
def confirm_email_get(email_unconfirmed_code = nil)
@page_title = "Confirm new email"
@email_unconfirmed_code = email_unconfirmed_code
render(:confirm_email)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment