Method: Contentable::Helpers#display_textile

Defined in:
lib/contentable.rb

#display_textile(text) ⇒ Object



26
27
28
# File 'lib/contentable.rb', line 26

def display_textile(text)
	RedCloth.new(text).to_html.html_safe
end