Skip to content

Commit

Permalink
nodoc ActiveRecord::AttributeSet::YAMLEncoder
Browse files Browse the repository at this point in the history
As mentioned in 7b86ea6, this is an
internal class.

[ci skip]

r? @sgrif
  • Loading branch information
maclover7 committed Jun 24, 2016
1 parent 7b86ea6 commit afd96b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit afd96b6

Please sign in to comment.