This method is actually not used, it's implemented on the concrete adapters

[#5331 state:committed]
This commit is contained in:
Santiago Pastorino
2010-08-13 21:18:36 -03:00
parent be5d1608cb
commit 27fb88aa22

View File

@@ -57,14 +57,6 @@ module ActiveRecord
end
end
def columns(*)
if @query_cache_enabled
@query_cache["SHOW FIELDS FROM #{args.first}"] ||= super
else
super
end
end
private
def cache_sql(sql)
result =