Adapter for Couchbase::Model, mainly to provide orm_adapter support for Devise.
Add this line to your application's Gemfile:
gem 'couchbase_orm_adapter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install couchbase_orm_adapter
Not really anything needed.
- Fork it ( http://github.com//couchbase_orm_adapter/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 new Pull Request