I want to create a hidden field and create a link in one helper and then output both to my erb.
<%= my_cool_helper \"something\", form %>
def output_siblings div1 = tag.div 'some content' div2 = tag.div 'other content' div1 + div2 end
just simplifying some other answers in here.