Flowdock
method

build_footer

Importance_0
v5.2.3 - 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/mysql/explain_pretty_printer.rb, line 65
          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.