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

Adopt conditional code loading from solidus_support #182

Closed aldesantis closed 4 years ago

aldesantis commented 4 years ago

Adopts the SolidusSupport::EngineExtensions module for loading code conditionally depending on which Solidus engines are available. This is mostly a DRYed up version of what was already in this gem.

aldesantis commented 4 years ago

@kennyadsl removed the GitHub reference to solidus_support and rebased.

kennyadsl commented 4 years ago

@aldesantis please rebase again, I merged the PR that was breaking specs. 🙏

aldesantis commented 4 years ago

@kennyadsl done!