Skip to content

Commit a08a966

Browse files
committed
undoing hardcoding of Processing, not what was wrong
1 parent e7a80e6 commit a08a966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails_datatables.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def datatable(columns, opts={})
3737
"sSearch": "#{search_label}",
3838
#{"'sUrl': '#{surl}'," if surl}
3939
#{"'sZeroRecords': '#{no_records_message}'," if no_records_message}
40-
"sProcessing": 'Processing'
40+
"sProcessing": '#{processing}'
4141
},
4242
"bPaginate": #{paginate},
4343
"sPaginationType": "full_numbers",

0 commit comments

Comments
 (0)