An open API service indexing awesome lists of open source software.

https://github.com/fixate/ar_lookups

Lookup tables using activerecord and array fields
https://github.com/fixate/ar_lookups

Last synced: 2 months ago
JSON representation

Lookup tables using activerecord and array fields

Awesome Lists containing this project

README

        

# ArLookups

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

gem 'ar_lookups'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ar_lookups

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( http://github.com//ar_lookups/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request