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:
1) Include Gold::Concerns::Gilded in the Shop class, 2) Run ‘rake gold:install:migrations` 3) Run `rake db:migrate`