attempt one more fix
This commit is contained in:
parent
20129e2e77
commit
624ee6cf6e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class UserDatatable < AjaxDatatablesRails::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def records_filtered_count
|
def records_filtered_count
|
||||||
filter_records(fetch_records).unscope(:group).count(:all)
|
filter_records(fetch_records).unscoped.count
|
||||||
end
|
end
|
||||||
|
|
||||||
# ==== These methods represent the basic operations to perform on records
|
# ==== These methods represent the basic operations to perform on records
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue