1
0
Fork 0

Add frozen string literal comments

This commit is contained in:
Alex Kotov 2018-11-23 00:58:12 +05:00
parent dc2abd5557
commit 9abe66c138
No known key found for this signature in database
GPG key ID: 4E831250F47DE154
28 changed files with 56 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end