Add devise auth to spree_comfy.
Add this line to your application's Gemfile:
gem 'spree_comfy_auth_devise'
And then execute:
$ bundle
Or install it yourself as:
$ gem install spree_comfy_auth_devise
Add
config.admin_auth = 'SpreeComfy::AuthDevise'
to config/initializers/comfortable_mexican_sofa.rb
- Fork it ( https://github.com/hazg/spree_comfy_auth_devise/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request