app/datatables/olivander/datatable.rb in five-two-nw-olivander-0.1.2.54 vs app/datatables/olivander/datatable.rb in five-two-nw-olivander-0.1.2.55

- old
+ new

@@ -60,11 +60,9 @@ end end datatable do order(order_by[0], order_by[1]) if order_by.size == 2 - Rails.logger.debug "bulk actions size: #{datatable._bulk_actions.size}" - Rails.logger.debug "bulk actions size: #{datatable._bulk_actions.size.positive?}" # bulk_actions_col if datatable._bulk_actions.size.positive? #TODO: use columns from model here instead of attributes keys column_attributes.each do |key| label = field_label_for(klazz, key)