Add frozen string literal comments
This commit is contained in:
parent
dc2abd5557
commit
9abe66c138
28 changed files with 56 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
end
|
||||
|
|
|
|||
Reference in a new issue