diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-23 03:33:06 -0700 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-23 03:33:06 -0700 |
commit | 979e9d0a103655248ec913e216883b65ec18c7d2 (patch) | |
tree | 24306c9f67eacab318f909ee853c24e784f51116 /activemodel | |
parent | 0ed6e1367bb5f74d64416224852bc07aee1ce739 (diff) | |
parent | 21b1a79151978c45b046e37730adb6a1e9f24f14 (diff) | |
download | rails-979e9d0a103655248ec913e216883b65ec18c7d2.tar.gz rails-979e9d0a103655248ec913e216883b65ec18c7d2.tar.bz2 rails-979e9d0a103655248ec913e216883b65ec18c7d2.zip |
Merge pull request #5936 from arunagw/other_readme_fixes
Updated other README to point 3-2-stable
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index 6937c64ee3..3ff1279aff 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -192,7 +192,7 @@ The latest version of Active Model can be installed with RubyGems: Source code can be downloaded as part of the Rails project on GitHub -* https://github.com/rails/rails/tree/master/activemodel +* https://github.com/rails/rails/tree/3-2-stable/activemodel == License |