solidusio / solidus_auth_devise

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

Check if front/backend are available before decorating the controllers #25

Closed nwittstruck closed 9 years ago

nwittstruck commented 9 years ago

Removes the coupling between this gem and the solidus_frontend/solidus_backend gem. Without this change, an application that includes this gem has to also include both the front- and the backend.

gmacdougall commented 9 years ago

Looks good to me.

athal7 commented 9 years ago

:+1: