aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README.rdoc
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-25 19:33:33 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-25 19:33:33 +0530
commit54e522a38827b7b78968237a762334f94c20f7d7 (patch)
tree73771abe79e954495753e2c875f6e063bac77482 /activerecord/README.rdoc
parentebddca18bb16c4d9bda4db72b5154a23f459b7c8 (diff)
parent2d1cbd02b4600625dc5db6b70ab003127a8b5559 (diff)
downloadrails-54e522a38827b7b78968237a762334f94c20f7d7.tar.gz
rails-54e522a38827b7b78968237a762334f94c20f7d7.tar.bz2
rails-54e522a38827b7b78968237a762334f94c20f7d7.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activerecord/README.rdoc')
-rw-r--r--activerecord/README.rdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index 70922ef864..6f9f63ceee 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -208,7 +208,9 @@ Source code can be downloaded as part of the Rails project on GitHub
== License
-Active Record is released under the MIT license.
+Active Record is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
== Support