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
classFoo < ActiveInteraction::Basestring:query,default: ''defexecute;endendFoo.run(query: nil).errors.full_messages["Query is required"]
There are times where a parameter is not posted to the page and the interaction has a default for it. Does it make sense to view an explicitly provided nil as permission to use the default?
The text was updated successfully, but these errors were encountered:
There are times where a parameter is not posted to the page and the interaction has a default for it. Does it make sense to view an explicitly provided nil as permission to use the default?
The text was updated successfully, but these errors were encountered: