asm-products/verba

View on GitHub
app/helpers/archive_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ArchiveHelper
  def markdown_format(post)
    simple_format(RDiscount.new(post.content || '').to_html)
  end
end