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
{{ message }}
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.
Current Ichabod::ResourceSet::Resource#to_s implementation does not prefix values with the attribute name when value is not an array. e.g.,
NYUCORE_ATTRIBUTES.mapdo |attribute|
value=send(attribute)ifvalue.present?ifvalue.is_a?Array"#{attribute}: #{value.join('; ')}"elsevalue# <=== propose changing this line to ""#{attribute}: #{value}"endendend.compact.join("\n") + "\n"
Comments welcome...
The text was updated successfully, but these errors were encountered:
Current
Ichabod::ResourceSet::Resource#to_s
implementation does not prefix values with the attribute name when value is not an array. e.g.,Comments welcome...
The text was updated successfully, but these errors were encountered: