Class: LinkFormatter
- Inherits:
-
Object
- Object
- LinkFormatter
- Includes:
- ActionView::Helpers::TagHelper, ActionView::Helpers::TextHelper, ActionView::Helpers::UrlHelper
- Defined in:
- lib/acts_as_formatted/formatters/link_formatter.rb
Instance Method Summary collapse
Instance Method Details
#format_text(text) ⇒ Object
6 7 8 |
# File 'lib/acts_as_formatted/formatters/link_formatter.rb', line 6 def format_text(text) auto_link(text) end |