use this inside your controller to directly build Tagz Refer to the Tagz-documentation and testsuite for more examples. Usage:
tagz { h1_{ "Apples & Oranges" } } #=> "<h1>Apples & Oranges</h1>" tagz { h1_(:class => 'fruits&floots'){ 'Apples' } } #=> "<h1 class=\"fruits&floots\">Apples</h1>"
Nitroform | = | ::Nitro::FormHelper | This helper simply includes the Nitro::FormHelper so you can use its methods in your Controller. | |
Tagz | = | ::Tagz |