Method: QueryCounter::RequestHelper#qc_log_count_objects_around

Defined in:
lib/query_counter/request_helper.rb

#qc_log_count_objects_aroundObject



9
10
11
12
13
# File 'lib/query_counter/request_helper.rb', line 9

def qc_log_count_objects_around
  yield
ensure
  qc_log_count_objects
end