aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/conversions.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 02:02:12 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 02:02:12 +0000
commit3c1f7ee60ff6125972f532cdb295c85e38146405 (patch)
treef5dbcda38851c334387019164ed534698d32d9e5 /activesupport/lib/active_support/core_ext/date/conversions.rb
parentaf56c806bcf915f8125302001bf91bd20268966a (diff)
downloadrails-3c1f7ee60ff6125972f532cdb295c85e38146405.tar.gz
rails-3c1f7ee60ff6125972f532cdb295c85e38146405.tar.bz2
rails-3c1f7ee60ff6125972f532cdb295c85e38146405.zip
Documentation stuff
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@784 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/core_ext/date/conversions.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/date/conversions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/date/conversions.rb b/activesupport/lib/active_support/core_ext/date/conversions.rb
index 3520b7a6b9..e6ddf9fade 100644
--- a/activesupport/lib/active_support/core_ext/date/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/date/conversions.rb
@@ -3,7 +3,7 @@ module ActiveSupport #:nodoc:
module Date #:nodoc:
# Getting dates in different convenient string representations and other objects
module Conversions
- def self.append_features(klass)
+ def self.append_features(klass) #:nodoc:
super
klass.send(:alias_method, :to_default_s, :to_s)
klass.send(:alias_method, :to_s, :to_formatted_s)