1
0

Fix targets#create

This commit is contained in:
cryptogopher
2021-03-07 15:07:45 +01:00
parent 406eabaccc
commit 5b73e9e7fd
11 changed files with 33 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
class Threshold < QuantityValue
DOMAIN = :target
DOMAIN = "target"
# Need to specify polymorphic association so :registry_type gets written (see
# QuantityValue for explanation why it's needed)