fix searches

This commit is contained in:
albert
2013-02-17 21:09:25 -05:00
parent 424c9c94a8
commit 44682156c0
12 changed files with 7 additions and 37 deletions

View File

@@ -1,8 +0,0 @@
ActiveSupport::BufferedLogger.class_eval do
def add_with_memory_info(severity, message = nil, progname = nil, &block)
str = "\t\e[1;31mMemory usage:\e[0m #{Memorylogic.memory_usage}"
add_without_memory_info(severity, message + str, progname, &block)
end
alias_method_chain :add, :memory_info
end