Module StaticMatic::Helpers::TagHelper
In: lib/staticmatic/helpers/tag_helper.rb

Methods

tag  

Public Instance methods

Generates HTML tags:

tag(:br) -> <br/> tag(:a, :href => ‘test.html’) { "Test" } -> <a href="test.html">Test</a>

[Validate]