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

Skip adding devise.rb if it already exists. #11

Closed adammathys closed 9 years ago

adammathys commented 9 years ago

Solves an issue with CI since Solidus also decides to add the same file resulting in a conflict. Additionally, if a user already has a devise.rb, it's probably better than the one we were going to generate for them anyway.

jhawthorn commented 9 years ago

:+1:

athal7 commented 9 years ago

:+1: