https://github.com/taskrabbit/has_sti_factory
https://github.com/taskrabbit/has_sti_factory
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taskrabbit/has_sti_factory
- Owner: taskrabbit
- License: mit
- Created: 2012-10-11T19:01:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-22T16:11:35.000Z (over 13 years ago)
- Last Synced: 2025-02-22T01:27:44.936Z (about 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 43
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HasStiFactory
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'has_sti_factory'
And then execute:
$ bundle
Or install it yourself as:
$ gem install has_sti_factory
## 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