Allows you to use some shortcuts for markaby in your Controller.
Alias for markaby
Use this inside your controller to directly build Markaby Refer to the Markaby-documentation and testsuite for more examples.
@example
mab { h1 "Apples & Oranges"} #=> "<h1>Apples & Oranges</h1>" mab { h1 'Apples', :class => 'fruits&floots' }
[Validate]