diff options
| -rw-r--r-- | activesupport/lib/active_support/core_ext/module/delegation.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index fe17359a24..72988fa6b5 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -1,3 +1,4 @@ +require 'active_support/core_ext/object/public_send'  class Module    # Provides a delegate class method to easily expose contained objects' methods    # as your own. Pass one or more methods (specified as symbols or strings) | 
