mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
Trim typo.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -18,7 +18,7 @@ class Module
|
||||
# Foo.new.hello # => "hello"
|
||||
# Foo.new.goodbye # => NoMethodError: undefined method `goodbye' for #<Foo:0x1af30c>
|
||||
#
|
||||
# With multiple delegates to the same target are allowed:
|
||||
# Multiple delegates to the same target are allowed:
|
||||
# class Foo < ActiveRecord::Base
|
||||
# delegate :hello, :goodbye, :to => :greeter
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user