# File lib/patches/sql_patches.rb, line 41 def self.elapsed_time(start_time) ((Time.now - start_time).to_f * 1000).round(1) end