| Class | ApplicationHelper::MyHtml |
| In: |
app/helpers/application_helper.rb
|
| Parent: | SM::ToHtml |
# 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