MetaSearchMongoid
MetaSearch extended for mongoid
Installation
Add this line to your application's Gemfile:
gem 'meta_search_mongoid'
And then execute:
$ bundle
Or install it yourself as:
$ gem install meta_search_mongoid
Usage
include MetaSearchMongoid
in the model you wish to add metasearch support.
##ToDo##
- Add Specs
Contributing
- Fork it
- 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