![Gitter](https://badges.gitter.im/Join Chat.svg)
The OData::Model
gem provides a mapping layer for the OData
gem that is meant to work in tandem with ActiveModel
.
Add this line to your application's Gemfile:
gem 'odata-model'
And then execute:
$ bundle
Or install it yourself as:
$ gem install odata-model
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/odata-model/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request