You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the engine, Spree:: AuthenticationHelpersis unconditionally included with ApplicationController regardless of the presence of the solidus_frontend gem. However, Spree:: AuthenticationHelpersreferences named routes which are only defined if the solidus_frontend gem is used.
The text was updated successfully, but these errors were encountered:
These Spree::AuthenticationHelpers methods should only be available for
apps that have `solidus_frontend` available, as they are simply proxies
for route helpers provided by that gem.
Closes#59.
When loading the engine,
Spree:: AuthenticationHelpers
is unconditionally included withApplicationController
regardless of the presence of thesolidus_frontend
gem. However,Spree:: AuthenticationHelpers
references named routes which are only defined if thesolidus_frontend
gem is used.The text was updated successfully, but these errors were encountered: