Module: BBCodeizeHelper

Defined in:
lib/bbcodeizer_helper.rb

Instance Method Summary collapse

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, options = Hash.new)
  BBCodeizer.bbcodeize(text, options)
end