diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-02-04 21:49:56 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-02-04 21:49:56 -0200 |
commit | 78d23edf9a5ba6d4c50cb603c9828fcf5c7fe357 (patch) | |
tree | 13300126315b578b40e325e690ca031544fc6888 /activesupport | |
parent | da2d24f7cf4dfb826843cda96b413ca2ba326158 (diff) | |
download | rails-78d23edf9a5ba6d4c50cb603c9828fcf5c7fe357.tar.gz rails-78d23edf9a5ba6d4c50cb603c9828fcf5c7fe357.tar.bz2 rails-78d23edf9a5ba6d4c50cb603c9828fcf5c7fe357.zip |
Remove stupid mistake
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/README.rdoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc index 7237f7386a..77b8a64304 100644 --- a/activesupport/README.rdoc +++ b/activesupport/README.rdoc @@ -1,5 +1,4 @@ = Active Support -- Utility classes and Ruby extensions from Rails -fasdf Active Support is a collection of utility classes and standard library extensions that were found useful for the Rails framework. These additions |