spree_social icon indicating copy to clipboard operation
spree_social copied to clipboard

Uninitialized Constant Spree::UserRegistrationsController

Open viperouge opened this issue 9 years ago • 1 comments

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

viperouge avatar Mar 20 '15 16:03 viperouge

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

manishkongari avatar Nov 11 '15 13:11 manishkongari