diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-06-24 13:15:55 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-06-24 13:15:55 -0400 |
commit | afd96b6585a568fe4076786d276c3def35110084 (patch) | |
tree | e152d3b281179f69fe5c1b60d7c1b97bd5010069 | |
parent | 7b86ea6715ee987e61a7f3bd8e72b1bbfcfbbbe7 (diff) | |
download | rails-afd96b6585a568fe4076786d276c3def35110084.tar.gz rails-afd96b6585a568fe4076786d276c3def35110084.tar.bz2 rails-afd96b6585a568fe4076786d276c3def35110084.zip |
nodoc `ActiveRecord::AttributeSet::YAMLEncoder`
As mentioned in 7b86ea6715ee987e61a7f3bd8e72b1bbfcfbbbe7, this is an
internal class.
[ci skip]
r? @sgrif
-rw-r--r-- | activerecord/lib/active_record/attribute_set/yaml_encoder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_set/yaml_encoder.rb b/activerecord/lib/active_record/attribute_set/yaml_encoder.rb index 6208048231..f9d527a5a3 100644 --- a/activerecord/lib/active_record/attribute_set/yaml_encoder.rb +++ b/activerecord/lib/active_record/attribute_set/yaml_encoder.rb @@ -2,7 +2,7 @@ module ActiveRecord class AttributeSet # Attempts to do more intelligent YAML dumping of an # ActiveRecord::AttributeSet to reduce the size of the resulting string - class YAMLEncoder + class YAMLEncoder # :nodoc: def initialize(default_types) @default_types = default_types end |