Closed mimopotato closed 4 months ago
_values should only returns values from a hash as array.
hashes: {key: value, second-key: second-value} all_values: _values: $hashes
Would be rendered as:
all_values: - value - second-value
_values should only returns values from a hash as array.
Would be rendered as: