Flowdock
method

build_footer

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ExplainPrettyPrinter
build_footer(nrows, elapsed) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb, line 168
        def build_footer(nrows, elapsed)
          rows_label = nrows == 1 ? 'row' : 'rows'
          "#{nrows} #{rows_label} in set (%.2f sec)" % elapsed
        end
Register or log in to add new notes.