fix error

This commit is contained in:
chiu 2020-04-29 13:41:07 +08:00
parent 8078e8d1c8
commit 00697b4fe1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class UniversalTablesController < ApplicationController
"title-class" => title_class
}
end
tablecolum1ns = table.table_columns.where(:display_in_index => true).asc(:order)
tablecolumns = table.table_columns.where(:display_in_index => true).asc(:order)
rows = []
entries = get_entries(params, table, page)
total_pages = entries.total_pages