mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
No longer recommend installation from git
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user