From b49fcde7e50c8eb378e7b1ae08f65c70f6de20e4 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 25 Jul 2007 03:05:55 +0000 Subject: tiny doc patches [lifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7236 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/module/delegation.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index b8cf4e0eeb..34e4bf9397 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -20,6 +20,7 @@ class Module # # Multiple delegates to the same target are allowed: # class Foo < ActiveRecord::Base + # belongs_to :greeter # delegate :hello, :goodbye, :to => :greeter # end # -- cgit v1.2.3