diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-10 13:14:50 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-10 13:14:50 +0000 |
commit | 38e55bac6197c937c2f1ef356ff3be234758a7c7 (patch) | |
tree | 9c87c8065ef8ff720ed08fb7a5d07b59c58c4623 /activesupport/CHANGELOG | |
parent | 576b1627254ff0d40063312d7df876706a87eba6 (diff) | |
download | rails-38e55bac6197c937c2f1ef356ff3be234758a7c7.tar.gz rails-38e55bac6197c937c2f1ef356ff3be234758a7c7.tar.bz2 rails-38e55bac6197c937c2f1ef356ff3be234758a7c7.zip |
Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG new file mode 100644 index 0000000000..f16ab7941f --- /dev/null +++ b/activesupport/CHANGELOG @@ -0,0 +1 @@ +* Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours.
\ No newline at end of file |