diff options
author | Vishnu Atrai <me@vishnuatrai.com> | 2011-07-21 10:12:29 -0700 |
---|---|---|
committer | Vishnu Atrai <me@vishnuatrai.com> | 2011-07-21 10:12:29 -0700 |
commit | 5801f42975bd099f3652a04839081f495722072d (patch) | |
tree | 8ed474af8c7cabd40505612bbdbeb94105ee1eb9 | |
parent | dcb838e6954c7ecf078bcf5c74fb8feb9f4e3cb6 (diff) | |
download | rails-5801f42975bd099f3652a04839081f495722072d.tar.gz rails-5801f42975bd099f3652a04839081f495722072d.tar.bz2 rails-5801f42975bd099f3652a04839081f495722072d.zip |
fixed type
-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 f91e79810d..a0e6b4d9b3 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -197,7 +197,7 @@ Source code can be downloaded as part of the Rails project on GitHub == License -Action Pack is released under the MIT license. +Active Model is released under the MIT license. == Support |