diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-06-24 19:19:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 19:19:17 +0200 |
commit | 3b72975dba4f4e52398358f831c01a8cb564fefa (patch) | |
tree | e152d3b281179f69fe5c1b60d7c1b97bd5010069 | |
parent | 7b86ea6715ee987e61a7f3bd8e72b1bbfcfbbbe7 (diff) | |
parent | afd96b6585a568fe4076786d276c3def35110084 (diff) | |
download | rails-3b72975dba4f4e52398358f831c01a8cb564fefa.tar.gz rails-3b72975dba4f4e52398358f831c01a8cb564fefa.tar.bz2 rails-3b72975dba4f4e52398358f831c01a8cb564fefa.zip |
Merge pull request #25514 from maclover7/jm-ar-nodoc
nodoc `ActiveRecord::AttributeSet::YAMLEncoder`
-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 |