1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #6815 from frodsan/add_nodoc_attrmethodmatcher

add :nodoc: to AM::AttributeMethods::AttributeMethodMatcher
This commit is contained in:
Rafael Mendonça França 2012-06-21 13:43:09 -07:00
commit 6688cd2b44

View file

@ -314,7 +314,7 @@ module ActiveModel
RUBY
end
class AttributeMethodMatcher
class AttributeMethodMatcher #:nodoc:
attr_reader :prefix, :suffix, :method_missing_target
AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)