Class ApplicationHelper::MyHtml
In: app/helpers/application_helper.rb
Parent: SM::ToHtml

Methods

Public Instance methods

[Source]

    # File app/helpers/application_helper.rb, line 56
56:     def handle_special_EMAIL(special)
57:                 "<a href='mailto:#{special.text}'>" + special.text + "</a>"
58:     end

[Source]

    # File app/helpers/application_helper.rb, line 52
52:     def handle_special_URL(special)
53:                 "<a href='#{special.text}'>" + special.text + "</a>"
54:     end

[Validate]