mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
No longer recommend installation from git
This commit is contained in:
parent
95937c6fc7
commit
585b1bc508
@ -15,11 +15,11 @@ development.**
|
||||
|
||||
# Installing Serializers
|
||||
|
||||
For now, the easiest way to install `ActiveModel::Serializers` is to add this
|
||||
For now, the easiest way to install `ActiveModel::Serializers` is to add it
|
||||
to your `Gemfile`:
|
||||
|
||||
```ruby
|
||||
gem "active_model_serializers", :github => "rails-api/active_model_serializers"
|
||||
gem "active_model_serializers", "~> 0.6.0"
|
||||
```
|
||||
|
||||
Then, install it on the command line:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user