Navigation Menu

Skip to content

Commit

Permalink
Call super to use the abstract adapter implementation instead
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 7, 2013
1 parent 7173919 commit f88c336
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -610,7 +610,7 @@ def extensions
res = exec_query "SELECT extname from pg_extension", "SCHEMA"
res.rows.map { |r| res.column_types['extname'].type_cast r.first }
else
[]
super
end
end

Expand Down

0 comments on commit f88c336

Please sign in to comment.