91 92 93
# File 'app/helpers/bootstrap_table_helper.rb', line 91 def additional_row(options={}, &block) rows << Row.new(template, options, &block) end