mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 17:00:41 +08:00
added frozen string literal
This commit is contained in:
parent
8d97641110
commit
b695903ea4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class Project < ApplicationRecord
|
class Project < ApplicationRecord
|
||||||
ID_PREFIX = 'PR'
|
ID_PREFIX = 'PR'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue