Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 691 Bytes

readme.md

File metadata and controls

37 lines (23 loc) · 691 Bytes

SpreeComfyAuthDevise

Add devise auth to spree_comfy.

Installation

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

Usage

Add

config.admin_auth = 'SpreeComfy::AuthDevise'

to config/initializers/comfortable_mexican_sofa.rb

Contributing

  1. Fork it ( https://github.com/hazg/spree_comfy_auth_devise/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request