diff options
Diffstat (limited to 'app/helpers/sort_helper.rb')
-rw-r--r-- | app/helpers/sort_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/sort_helper.rb b/app/helpers/sort_helper.rb index c6bf5383e..56e6334b8 100644 --- a/app/helpers/sort_helper.rb +++ b/app/helpers/sort_helper.rb @@ -1,4 +1,6 @@ # encoding: utf-8 +# frozen_string_literal: false + # # Helpers to sort tables using clickable column headers. # |