class Post < ApplicationRecord def renderBody() Kramdown::Document.new(self.body).to_html() end end