mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This method is actually not used, it's implemented on the concrete adapters
[#5331 state:committed]
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user