From decf4a164d2b00f0be3fc8331df0f0cbe16e7e94 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Sat, 8 Sep 2012 13:23:52 -0500 Subject: [PATCH] add :nodoc: to AR::Store::IndifferentCoder [ci skip] --- activerecord/lib/active_record/store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/store.rb b/activerecord/lib/active_record/store.rb index b4013ecc1e..c13fd01654 100644 --- a/activerecord/lib/active_record/store.rb +++ b/activerecord/lib/active_record/store.rb @@ -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)