Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active September 7, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/d3fa10a4502f012e3a6e to your computer and use it in GitHub Desktop.
Save YumaInaura/d3fa10a4502f012e3a6e to your computer and use it in GitHub Desktop.
Rails & Haml の form で 閉じタグが出力されなかったりエラーが起きたりするときの対処。 ref: http://qiita.com/Yinaura/items/2b6a0a2a8061027e961d
= form_tag do
= text_field_tag :text
= form_tag
= text_field_tag :text
= form_tag
= text_field_tag :text
= form_tag do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment