This is called Identity to avoid collisions with the original openid.rb It provides a nice and simple way to provide and control access over the OpenID authentication model.
Tagz | = | ::Tagz |
Allows you to use some shortcuts for Tagz in your Controller. 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' } } |