Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created March 5, 2012 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fletcherm/1981815 to your computer and use it in GitHub Desktop.
Save fletcherm/1981815 to your computer and use it in GitHub Desktop.
class SessionsController < Devise::SessionsController
before_filter only: :new do
params.delete(:user)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment