Skip to content

coinfund/coinfund-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinFund

CoinFund Rails models packaged as a Rails 5 engine.

Usage

Follow the installation instructions below in a project that wishes to consume CoinFund migrations and models. The consuming project automatically gets all of the migrations by running:

$ rake db:migrate

Then, the parent project can consume the models through the Coinfund module:

> Coinfund::User.last

Installation

Add this line to your application's Gemfile:

gem 'coinfund'

And then execute:

$ bundle

Or install it yourself as:

$ gem install coinfund

Contributing

Contribution directions go here.

License

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