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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue