Method: Enki::Comment#apply_filter

Defined in:
app/models/enki/comment.rb

#apply_filterObject



17
18
19
# File 'app/models/enki/comment.rb', line 17

def apply_filter
  self.body_html = Lesstile.format_as_xhtml(self.body, :code_formatter => Lesstile::CodeRayFormatter)
end