trailblazer / cells-haml

Haml integration for Cells
https://github.com/trailblazer/cells-haml
MIT License
5 stars 13 forks source link

added form_tag_with_body #1

Closed st0mir closed 9 years ago

st0mir commented 9 years ago

I've notice that you override form_tag_html (now it returns String). That is why there were missing methods in actionview (4.2.0) lib/action_view/helpers/form_tag_helper.rb:868:inform_tag_with_body'`. I've overrided form_tag_with_body to fix this.