Module: UsefulHelpers::Helpers::TextHelper

Defined in:
lib/useful_helpers/helpers/text_helper.rb

Instance Method Summary collapse

Instance Method Details

#raw_or_simple_format(text) ⇒ Object



5
6
7
# File 'lib/useful_helpers/helpers/text_helper.rb', line 5

def raw_or_simple_format(text)
  text.include?("</p>") ? raw(text) : simple_format(text)
end