Why this line is not considered spacer_templateas the parameter defining partial display between elements
render @picture.tags, spacer_template: "space_divider"
while doing this:
render partial: @picture.tags, spacer_template: "space_divider"
source
share