Skip to content

Instantly share code, notes, and snippets.

@nambrot
Created September 12, 2014 03:48
Show Gist options
  • Save nambrot/f478d1ba12f09f33a7cd to your computer and use it in GitHub Desktop.
Save nambrot/f478d1ba12f09f33a7cd to your computer and use it in GitHub Desktop.
/app/controllers/devise/passwords_controller.rb
# GET /resource/password/edit?reset_password_token=abcdef
def edit
self.resource = resource_class.new
resource.reset_password_token = params[:reset_password_token]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment