Module: Freeberry::Models::Post::InstanceMethods

Defined in:
lib/freeberry/models/post.rb

Instance Method Summary collapse

Instance Method Details

#content_without_htmlObject



27
28
29
30
# File 'lib/freeberry/models/post.rb', line 27

def content_without_html
  return nil if self.content.blank?
  self.content.no_html
end