Sha256: d055e6ffeb24404e07fbb30cd838c5df58e5faeb8e8ccedb7fc2584c6caf8d3a

Contents?: true

Size: 612 Bytes

Versions: 1

Compression:

Stored size: 612 Bytes

Contents

# Hario

Hario provides ActiveRecord filtering for Rails APIs.

## Installation

Add this line to your application's Gemfile:

    gem 'hario'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install hario

## Usage

```ruby
def Animal < ActiveRecord::Base
  include Hario::Filterable
end
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/hario/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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hario-0.1.0 README.md