fix(morph): ids should not start with numbers
This commit is contained in:
parent
fc3b7c5ec8
commit
508cdec33f
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class Champ < ApplicationRecord
|
|||
private
|
||||
|
||||
def html_id
|
||||
"#{stable_id}-#{id}"
|
||||
"champ-#{stable_id}-#{id}"
|
||||
end
|
||||
|
||||
def needs_dossier_id?
|
||||
|
|
Loading…
Reference in a new issue