module ActiveRecord::QueryCache::ClassMethods
def uncached(&block)
def uncached(&block) if ActiveRecord::Base.configurations.blank? yield else connection.uncached(&block) end end
def uncached(&block) if ActiveRecord::Base.configurations.blank? yield else connection.uncached(&block) end end