append(key, value)
Called by content_for
# File actionview/lib/action_view/flows.rb, line 24 def append(key, value) @content[key] << value end