Sha256: 344a533be82997590afd1936c57d2aec25e7b743cf9ebb22bd57ba6ec4af0b88
Contents?: true
Size: 323 Bytes
Versions: 37
Compression:
Stored size: 323 Bytes
Contents
class TagHelper < Merb::Controller def tag_with_content @content = "Astral Projection ~ Dancing Galaxy" render end def tag_with_content_in_the_block render end def nested_tags @content = "Astral Projection ~ In the Mix" render end def tag_with_attributes render end end
Version data entries
37 entries across 37 versions & 2 rubygems