/spree_preferences

Spree Preferences support general application configuration and preferences per model instance.

Primary LanguageRuby

#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!