Merge pull request #226 from pwim/master

More clearly recommend to add to Gemfile
This commit is contained in:
Steve Klabnik 2013-03-10 08:58:07 -07:00
commit a546a942c5

View File

@ -15,8 +15,8 @@ development.**
# Installing Serializers # Installing Serializers
For now, the easiest way to install `ActiveModel::Serializers` is to add it The easiest way to install `ActiveModel::Serializers` is to add it to your
to your `Gemfile`: `Gemfile`:
```ruby ```ruby
gem "active_model_serializers", "~> 0.7.0" gem "active_model_serializers", "~> 0.7.0"