feat: implement popping nms
This commit is contained in:
parent
ce5d327ca2
commit
5c721eb08c
16 changed files with 1397 additions and 70 deletions
|
@ -1,3 +1,5 @@
|
|||
class Instance < ApplicationRecord
|
||||
has_many :pops
|
||||
|
||||
validates :zone, inclusion: { in: %w[anemos pagos pyros hydatos] }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue