diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-17 16:43:31 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-18 00:05:53 +0200 |
commit | ea3fa4e7ffbdb771e06545f22f71bc4e7f6a334c (patch) | |
tree | 5525824d1e850182d5940bc76489f0bd91df3ef3 | |
parent | 078177a3dc0b0893a1197f104c91f1df3902f939 (diff) | |
download | rails-ea3fa4e7ffbdb771e06545f22f71bc4e7f6a334c.tar.gz rails-ea3fa4e7ffbdb771e06545f22f71bc4e7f6a334c.tar.bz2 rails-ea3fa4e7ffbdb771e06545f22f71bc4e7f6a334c.zip |
AS guide: AS no longer extends Pathname
-rw-r--r-- | railties/guides/source/active_support_core_extensions.textile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 398d2b2392..32738fe070 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -2662,10 +2662,6 @@ h3. Extensions to +Process+ ... -h3. Extensions to +Pathname+ - -... - h3. Extensions to +File+ h4. +atomic_write+ |