aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2016-03-07 16:31:30 -0500
committerArthur Nogueira Neves <github@arthurnn.com>2016-03-07 16:31:30 -0500
commit70e7b87ddba726f5fd2eb7ef24b158baa8ea2193 (patch)
tree6eab68a544c6af7e75d75dcf0d4888dfbaba01c7 /activerecord
parentf5b553c94d9169f24f7149640b4afd0663327ee2 (diff)
parent45f06a7ce88e4589bccc9679ff3b44ea8690af89 (diff)
downloadrails-70e7b87ddba726f5fd2eb7ef24b158baa8ea2193.tar.gz
rails-70e7b87ddba726f5fd2eb7ef24b158baa8ea2193.tar.bz2
rails-70e7b87ddba726f5fd2eb7ef24b158baa8ea2193.zip
Merge pull request #24034 from kamipo/remove_outdated_comment
Remove outdated comment [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
index 67e727d8ed..0579c1a92e 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
@@ -214,7 +214,6 @@ module ActiveRecord
# Returns the list of all column definitions for a table.
def columns(table_name)
- # Limit, precision, and scale are all handled by the superclass.
column_definitions(table_name).map do |column_name, type, default, notnull, oid, fmod, collation|
oid = oid.to_i
fmod = fmod.to_i