Skip to content

Commit

Permalink
add :nodoc: to AM::AttributeMethods::AttributeMethodMatcher [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Jun 21, 2012
1 parent e76ced0 commit 1cb2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/attribute_methods.rb
Expand Up @@ -314,7 +314,7 @@ def define_proxy_call(include_private, mod, name, send, *extra) #:nodoc:
RUBY
end

class AttributeMethodMatcher
class AttributeMethodMatcher #:nodoc:
attr_reader :prefix, :suffix, :method_missing_target

AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)
Expand Down

0 comments on commit 1cb2cb8

Please sign in to comment.