aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorJosh Sharpe <josh.sharpe@livingsocial.com>2014-06-19 10:08:45 -0400
committerJosh Sharpe <josh.sharpe@livingsocial.com>2014-06-19 10:08:45 -0400
commit6494f67a9d5e1321d80c0b3ca7786c56a98b7dee (patch)
treee5167970e5fab30bc27f449e4d94c78b7c1f36b3 /activerecord/lib
parent96f28b6a9899889c5b9d1786ca155e0c97abae7a (diff)
downloadrails-6494f67a9d5e1321d80c0b3ca7786c56a98b7dee.tar.gz
rails-6494f67a9d5e1321d80c0b3ca7786c56a98b7dee.tar.bz2
rails-6494f67a9d5e1321d80c0b3ca7786c56a98b7dee.zip
this method is no longer being used
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index 71b05cdbae..6d5151dfe4 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
@@ -306,10 +306,6 @@ module ActiveRecord
self.client_min_messages = old
end
- def supports_insert_with_returning?
- true
- end
-
def supports_ddl_transactions?
true
end