Edit key should create before create, not save

This commit is contained in:
Justin Edmund 2023-01-31 02:51:01 -08:00
parent e45dabf39a
commit 6b24970c54

View file

@ -62,7 +62,7 @@ class Party < ApplicationRecord
has_many :favorites
before_create :set_shortcode
before_save :set_edit_key
before_create :set_edit_key
##### Amoeba configuration
amoeba do