diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2015-12-07 01:07:09 -0200 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2015-12-07 01:07:09 -0200 |
commit | bf9facb31cf029f3ec1ef888825d50c9a2c713d6 (patch) | |
tree | c4f92500d6bd1cc6584f2d4aff88c76ccb2047e9 /activemodel | |
parent | e7c48db509f1b712c2a72a3ff7f27e3e8b7b4868 (diff) | |
parent | 6bd417df5075f1006557f6d9e44b5a9637015c70 (diff) | |
download | rails-bf9facb31cf029f3ec1ef888825d50c9a2c713d6.tar.gz rails-bf9facb31cf029f3ec1ef888825d50c9a2c713d6.tar.bz2 rails-bf9facb31cf029f3ec1ef888825d50c9a2c713d6.zip |
Merge pull request #22517 from Elektron1c97/master
[ci skip] Add a dollar sign to each command in the READMEs
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/README.rdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index 20414c1d61..77f5761993 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -235,7 +235,7 @@ behavior out of the box: The latest version of Active Model can be installed with RubyGems: - % gem install activemodel + $ gem install activemodel Source code can be downloaded as part of the Rails project on GitHub @@ -262,4 +262,3 @@ Bug reports can be filed for the Ruby on Rails project here: Feature requests should be discussed on the rails-core mailing list here: * https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core - |