added frozen string literal

This commit is contained in:
Giga Chubinidze 2022-11-30 11:39:28 +04:00
parent 8d97641110
commit b695903ea4

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
class Project < ApplicationRecord
ID_PREFIX = 'PR'