aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/nested_attributes.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-28 15:22:37 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-28 15:22:37 -0300
commitfcf9b712b1dbbcb8f48644e6f20676ad9480ba66 (patch)
tree90180485be7aaad9a8fa7667cff867db93af86b7 /activerecord/lib/active_record/nested_attributes.rb
parent4ff3fba2374f9cf35609cc7f148a0398567af2c1 (diff)
parent728fa69839d2c3b839391f9077896c06df80bddf (diff)
downloadrails-fcf9b712b1dbbcb8f48644e6f20676ad9480ba66.tar.gz
rails-fcf9b712b1dbbcb8f48644e6f20676ad9480ba66.tar.bz2
rails-fcf9b712b1dbbcb8f48644e6f20676ad9480ba66.zip
Merge pull request #15370 from sgrif/sg-type-namespace
Move types to the top level `ActiveRecord` namespace
Diffstat (limited to 'activerecord/lib/active_record/nested_attributes.rb')
-rw-r--r--activerecord/lib/active_record/nested_attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/nested_attributes.rb b/activerecord/lib/active_record/nested_attributes.rb
index 7dc7169a02..1242f49e28 100644
--- a/activerecord/lib/active_record/nested_attributes.rb
+++ b/activerecord/lib/active_record/nested_attributes.rb
@@ -516,7 +516,7 @@ module ActiveRecord
# Determines if a hash contains a truthy _destroy key.
def has_destroy_flag?(hash)
- ConnectionAdapters::Type::Boolean.new.type_cast(hash['_destroy'])
+ Type::Boolean.new.type_cast(hash['_destroy'])
end
# Determines if a new record should be rejected by checking