https://github.com/codenamev/bookings
Ruby gem to allow any model to take booking requests, and confirm them
https://github.com/codenamev/bookings
Last synced: 12 months ago
JSON representation
Ruby gem to allow any model to take booking requests, and confirm them
- Host: GitHub
- URL: https://github.com/codenamev/bookings
- Owner: codenamev
- License: mit
- Created: 2014-07-05T19:34:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T20:29:15.000Z (over 11 years ago)
- Last Synced: 2024-05-02T00:28:00.628Z (about 2 years ago)
- Language: Ruby
- Size: 149 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bookings
Allow any model to take booking requests, and confirm them
## Installation
Add this line to your application's Gemfile:
gem 'bookings'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bookings
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/bookings/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 a new Pull Request