Module: BBCodeizeHelper
- Defined in:
- lib/bbcodeizer_helper.rb
Instance Method Summary collapse
-
#bbcodeize(text, options = Hash.new) ⇒ Object
Parses all bbcode in
text
and returns a new HTML-formatted string.
Instance Method Details
#bbcodeize(text, options = Hash.new) ⇒ Object
Parses all bbcode in text
and returns a new HTML-formatted string.
5 6 7 |
# File 'lib/bbcodeizer_helper.rb', line 5 def bbcodeize(text, = Hash.new) BBCodeizer.bbcodeize(text, ) end |