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

add :nodoc: to AR::Store::IndifferentCoder [ci skip]

This commit is contained in:
Francesco Rodriguez 2012-09-08 13:23:52 -05:00
parent 56652a6bf5
commit decf4a164d

View file

@ -81,7 +81,7 @@ module ActiveRecord
attribute
end
class IndifferentCoder
class IndifferentCoder # :nodoc:
def initialize(coder_or_class_name)
@coder =
if coder_or_class_name.respond_to?(:load) && coder_or_class_name.respond_to?(:dump)