|
@@ -192,7 +192,7 @@ module Blazer
|
|
|
end
|
|
|
|
|
|
@filename = @query.name.parameterize if @query
|
|
|
- @min_width_types = @columns.each_with_index.select { |c, i| @first_row[i].is_a?(Time) || @first_row[i].is_a?(String) || @data_source.smart_columns[c] }
|
|
|
+ @min_width_types = @columns.each_with_index.select { |c, i| @first_row[i].is_a?(Time) || @first_row[i].is_a?(String) || @data_source.smart_columns[c] }.map(&:last)
|
|
|
|
|
|
@boom = @result.boom
|
|
|
|