Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 394 Bytes

#SUMMARY This gem is extracted from spree, usage is here.

Install:

  • add 「** gem spree_preferences, :git => 'git://github.com/ryudoawaru/spree_preferences.git' **」 to your project's Gemfile.
  • Input「** bundle exec rails g preferences:install_migrations **」to install migration.
  • migrate DB!
  • done!