method
tag
tag(name, options = nil, open = false)
public
Examples:
- tag("br") => <br />
- tag("input", { "type" => "text"}) => <input type="text" />
Register or
log in
to add new notes.
masim -
April 19, 2012 - (v3.1.0 - v3.2.1)
0 thanks
Missed close tag
At the page http://apidock.com/rails/ActionView/Helpers/TagHelper/tag
<tt>.data()</tt> should be instead of <tt>.data()<tt>