]> git.openstreetmap.org Git - rails.git/blob - config/initializers/query_cache.rb
Use <br /> everywhere and not a mix of <br>, <br/> and <br /> so as to
[rails.git] / config / initializers / query_cache.rb
1 module ActiveRecord
2   module ConnectionAdapters
3     module QueryCache
4       private
5         def cache_sql(sql)
6           yield
7         end
8     end
9   end
10 end