Skip to content

Commit

Permalink
This method is actually not used, it's implemented on the concrete ad…
Browse files Browse the repository at this point in the history
…apters

[#5331 state:committed]
  • Loading branch information
spastorino committed Aug 14, 2010
1 parent be5d160 commit 27fb88a
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -57,14 +57,6 @@ def select_all(*args)
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 =
Expand Down

0 comments on commit 27fb88a

Please sign in to comment.