From 85fe1ecaefe415ac1de36883f5f6162f49bd5287 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 15 Dec 2005 20:03:23 +0000 Subject: Add Object#with_options for DRYing up multiple calls to methods having shared options git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 7d5440f2a8..1cace11e9b 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -32,5 +32,6 @@ require 'active_support/clean_logger' require 'active_support/dependencies' require 'active_support/ordered_options' +require 'active_support/option_merger' require 'active_support/values/time_zone' \ No newline at end of file -- cgit v1.2.3