Skip to content

Commit 78963f9

Browse files
committed
A typo!
1 parent 6606262 commit 78963f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/effective/datatable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def to_json
9191
@json ||= {
9292
:sEcho => (params[:sEcho] || 0),
9393
:aaData => (table_data || []),
94-
:iTotalRecords => (total_records || 0)
94+
:iTotalRecords => (total_records || 0),
9595
:iTotalDisplayRecords => (display_records || 0)
9696
}
9797
end

0 commit comments

Comments
 (0)