Skip to content

Instantly share code, notes, and snippets.

@jyr
Created December 9, 2013 18:01
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 jyr/7876902 to your computer and use it in GitHub Desktop.
Save jyr/7876902 to your computer and use it in GitHub Desktop.
spree
At this point, if you are using spree_auth_devise you will need to change this line in config/initializers/spree.rb:
Spree.user_class = "Spree::LegacyUser"
To this:
Spree.user_class = "Spree::User"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment