aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-01-29 15:48:58 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-01-29 15:49:35 -0800
commit95e87bfaa344a4d421a32890574d06b1eb2deb92 (patch)
tree7cac70e3a647dae31a23182373589e04c8cceb55 /activerecord/lib/active_record
parent673915035d636df07d61c821f63f7b84b09574f8 (diff)
downloadrails-95e87bfaa344a4d421a32890574d06b1eb2deb92.tar.gz
rails-95e87bfaa344a4d421a32890574d06b1eb2deb92.tar.bz2
rails-95e87bfaa344a4d421a32890574d06b1eb2deb92.zip
fixing comment
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index 4a49aa4a5a..08354b9f81 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
@@ -575,7 +575,7 @@ module ActiveRecord
true
end
- # Returns true.
+ # Returns true if pg > 9.2
def supports_extensions?
postgresql_version >= 90200
end