attempt one more fix

This commit is contained in:
Michael Ball 2019-12-19 01:29:17 -08:00
parent 20129e2e77
commit 624ee6cf6e

View file

@ -53,7 +53,7 @@ class UserDatatable < AjaxDatatablesRails::Base
end
def records_filtered_count
filter_records(fetch_records).unscope(:group).count(:all)
filter_records(fetch_records).unscoped.count
end
# ==== These methods represent the basic operations to perform on records