aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-12 19:00:56 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-12 19:00:56 -0300
commit6e7b53c3b5ade8bc54ef9691c4691d2f189da7c1 (patch)
treea527756011d5eeec597c9e078646f50bc91f8ea5 /activemodel/README.rdoc
parente99d909928e4b919ace290c3ace3fbaceeba70da (diff)
parent0080a886b2297592a95c1286eadff54a1e33fb86 (diff)
downloadrails-6e7b53c3b5ade8bc54ef9691c4691d2f189da7c1.tar.gz
rails-6e7b53c3b5ade8bc54ef9691c4691d2f189da7c1.tar.bz2
rails-6e7b53c3b5ade8bc54ef9691c4691d2f189da7c1.zip
Merge pull request #20128 from claudiob/remove-sudo
[ci skip] Don’t encourage `sudo gem install`
Diffstat (limited to 'activemodel/README.rdoc')
-rw-r--r--activemodel/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc
index 4920666f27..5c36b1277e 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -242,7 +242,7 @@ behavior out of the box:
The latest version of Active Model can be installed with RubyGems:
- % [sudo] gem install activemodel
+ % gem install activemodel
Source code can be downloaded as part of the Rails project on GitHub