Rails C Добавить время
def time(&block) puts Benchmark.measure(&block) end
fran
def time(&block) puts Benchmark.measure(&block) end