mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add :nodoc: to AM::AttributeMethods::AttributeMethodMatcher [ci skip]
This commit is contained in:
parent
e76ced0620
commit
1cb2cb8bea
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue