spree-contrib / spree_fancy

SpreeFancy is a responsive theme for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
86 stars 187 forks source link

No route matches [GET] "/user/spree_user/logout" #107

Closed vedant1811 closed 10 years ago

vedant1811 commented 10 years ago

I just installed the the spree_fancy theme. When I click the logout button, I get the above error. Trace: http://pastie.org/9090089

As per the routes, the following are likely candidates: [DELETE] /user/spree_user/logout(.:format) [GET] /logout(.:format) Both have action: spree/user_sessions#destroy