diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-11-18 11:46:17 -0800 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-11-18 12:32:09 -0800 |
commit | 3ecc5d30eb0901f4e3c4d3bca1957f633a6a695b (patch) | |
tree | 19bdb56f2f2d6369d029423759c161784f3e1297 | |
parent | 8b2c98f6c7c0b7371265905a43fc7d3ad966643a (diff) | |
download | rails-3ecc5d30eb0901f4e3c4d3bca1957f633a6a695b.tar.gz rails-3ecc5d30eb0901f4e3c4d3bca1957f633a6a695b.tar.bz2 rails-3ecc5d30eb0901f4e3c4d3bca1957f633a6a695b.zip |
LazyAttributeHash is private
-rw-r--r-- | activerecord/lib/active_record/attribute_set/builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_set/builder.rb b/activerecord/lib/active_record/attribute_set/builder.rb index b433205af3..fd134a304b 100644 --- a/activerecord/lib/active_record/attribute_set/builder.rb +++ b/activerecord/lib/active_record/attribute_set/builder.rb @@ -19,7 +19,7 @@ module ActiveRecord end end - class LazyAttributeHash + class LazyAttributeHash # :nodoc: delegate :select, :transform_values, to: :materialize def initialize(types, values, additional_types) |