You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I realized when use hash of array of hash then got wrong error message
class TestArrayOfHashes < ActiveInteraction::Base
hash :data do
array :test do
hash do
string :value
string :value2
end
end
end
def execute
inputs
end
end
Hello. I realized when use hash of array of hash then got wrong error message
When I run next code, I get correct response
But next part of code works incorrect like my opinion
Error is correct, but I expected something like Data test value2 required
Is it bug or correct behavior?
Version of gem active_interaction (5.3.0)
The text was updated successfully, but these errors were encountered: