mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
fixing github repo reference in README documentation
This commit is contained in:
parent
0b30518ad8
commit
7b59dec135
@ -12,7 +12,7 @@ In short, **serializers replaces hash-driven development with object-oriented de
|
||||
|
||||
For now, the easiest way to install `ActiveModel::Serializers` is to add this to your `Gemfile`:
|
||||
|
||||
gem "active_model_serializers", :git => "https://wycats@github.com/josevalim/active_model_serializers.git"
|
||||
gem "active_model_serializers", :git => "git://github.com/josevalim/active_model_serializers.git"
|
||||
|
||||
Then, install it on the command line:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user