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
We have this pattern repeated in a number of places: if type.respond_to?(:attributes) || type.respond_to?(:member_attribute) and could simplify it if we had an easy way to tell if a type was a "complex" one or represented a single value.
The text was updated successfully, but these errors were encountered:
We have this pattern repeated in a number of places:
if type.respond_to?(:attributes) || type.respond_to?(:member_attribute)
and could simplify it if we had an easy way to tell if a type was a "complex" one or represented a single value.The text was updated successfully, but these errors were encountered: