solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

AuthenticationHelpers reference routes that may not exist #59

Closed bbuchalter closed 8 years ago

bbuchalter commented 8 years ago

When loading the engine, Spree:: AuthenticationHelpers is unconditionally included with ApplicationController regardless of the presence of the solidus_frontend gem. However, Spree:: AuthenticationHelpers references named routes which are only defined if the solidus_frontend gem is used.