Skip to content

Commit

Permalink
Merge pull request rails#6818 from frodsan/add_nodoc_instancemethod
Browse files Browse the repository at this point in the history
add :nodoc: to AM::AttributeMethods#instance_method_already_implemented?...
  • Loading branch information
rafaelfranca committed Jun 21, 2012
2 parents 6d71080 + 1ce803d commit a4cc79d
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 @@ -258,7 +258,7 @@ def generated_attribute_methods #:nodoc:
end

protected
def instance_method_already_implemented?(method_name)
def instance_method_already_implemented?(method_name) #:nodoc:
generated_attribute_methods.method_defined?(method_name)
end

Expand Down

0 comments on commit a4cc79d

Please sign in to comment.