From 38e55bac6197c937c2f1ef356ff3be234758a7c7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Jan 2005 13:14:50 +0000 Subject: 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 --- activesupport/CHANGELOG | 1 + 1 file changed, 1 insertion(+) create mode 100644 activesupport/CHANGELOG (limited to 'activesupport/CHANGELOG') 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 -- cgit v1.2.3