May16
“ alias_method_chain を上記のように使用すると、次のようなメソッド名の変化が起きます。 元のメソッド名 - alias_method_chain後のメソッド名
select_all → select_all_without_query_cache
select_all_with_query_cache → select_all ”
select_all → select_all_without_query_cache
select_all_with_query_cache → select_all ”