diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-02-26 21:53:38 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-02-26 21:53:38 +0530 |
commit | 7184e3e02ecd155cb26f4755dab980f2ce6582d2 (patch) | |
tree | 04cb126b730c7fd98cb37ce68adb5320481db9af /activesupport | |
parent | b1dee8c2535b2bca6ebe69d18c24d29f9ba19470 (diff) | |
parent | b21a73d02576b7cd5ec88193065b3aa21c2d2407 (diff) | |
download | rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.tar.gz rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.tar.bz2 rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/README.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc index ed688ecc59..f3582767c0 100644 --- a/activesupport/README.rdoc +++ b/activesupport/README.rdoc @@ -12,7 +12,7 @@ The latest version of Active Support can be installed with RubyGems: % [sudo] gem install activesupport -Source code can be downloaded as part of the Rails project on GitHub +Source code can be downloaded as part of the Rails project on GitHub: * https://github.com/rails/rails/tree/master/activesupport @@ -26,7 +26,7 @@ Active Support is released under the MIT license: == Support -API documentation is at +API documentation is at: * http://api.rubyonrails.org |