/discounts

A rails engine for discount features (currently just coupons)

Primary LanguageRubyMIT LicenseMIT

Discounts

This project rocks and uses MIT-LICENSE.

In Gemfile

gem 'discounts', git: 'git@github.com:pjsim/discounts.git'

And then:

$ bundle install
$ rake discounts:install:migrations
$ rake db:migrate

In app/controllers/application_controller.rb

helper Discounts::Engine.helpers