Module: Gold::Concerns::Gilded
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/gold/concerns/gilded.rb
Overview
This adds all of the necessary bits to an application's shop class for Gold to work properly.
Steps to install:
- Include
Gold::Concerns::Gildedin the Shop class, - Run
rake gold:install:migrations - Run
rake db:migrate