spree-contrib / spree_social

Building block for spree social networking features (provides authentication and account linkage)
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
213 stars 283 forks source link

Uninitialized Constant Spree::UserRegistrationsController #154

Open viperouge opened 9 years ago

viperouge commented 9 years ago

I tried to install spree_social on a new spree installation and it returns this error:

spree_social-5580ada3dc9b/app/controllers/spree/user_registrations_controller_decorator.rb:1:in `<top (required)>': uninitialized constant Spree::UserRegistrationsController (NameError)

Any ideas on how to fix it? I'm pretty new to rails

I'm using spree_social 3-0-stable with spree 3.0.0, and spree_auth_devise 3-0-stable

manishkongari commented 8 years ago

just place the spree_social gem under spree_auth_devise in gem file to get access