Gem Version Build Status

Jive::AddOn

An implemention of Jives AddOns using ActiveRecord.

Installation

Add this line to your application's Gemfile:

gem 'jive-add_on'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jive-add_on

then run

rails generate jive:add_on:active_record

Usage

To the ActiveRecord model:

Jive::AddOn.new(...)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/ruby-jive-add_on.

License

The gem is available as open source under the terms of the MIT License.