Don't set the default variable to a type that's not allowed
This commit is contained in:
parent
b35c4bc097
commit
b4624cf2aa
@ -1,5 +1,5 @@
|
|||||||
property :key, String, name_property: true
|
property :key, String, name_property: true
|
||||||
property :value, [String, Hash, Array, TrueClass, FalseClass], default: nil, required: true
|
property :value, [String, Hash, Array, TrueClass, FalseClass], required: true
|
||||||
|
|
||||||
load_current_value do
|
load_current_value do
|
||||||
# some Ruby
|
# some Ruby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user