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
- Host: GitHub
- URL: https://github.com/fixate/ar_lookups
- Owner: fixate
- License: mit
- Created: 2014-03-09T15:27:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T12:08:39.000Z (over 10 years ago)
- Last Synced: 2025-01-04T08:37:32.661Z (4 months ago)
- Language: Ruby
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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