Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darashi/gimlet-model
ActiveRecord::Base and Mongoid::Document like Model for gimlet
https://github.com/darashi/gimlet-model
Last synced: 13 days ago
JSON representation
ActiveRecord::Base and Mongoid::Document like Model for gimlet
- Host: GitHub
- URL: https://github.com/darashi/gimlet-model
- Owner: darashi
- License: mit
- Created: 2013-08-01T14:31:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T04:18:31.000Z (over 11 years ago)
- Last Synced: 2024-12-22T02:12:32.643Z (18 days ago)
- Language: Ruby
- Homepage:
- Size: 65.4 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gimlet::Model
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'gimlet-model'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gimlet-model
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
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