class ConvertMarkdownInPostContent

Public Instance Methods

change() click to toggle source
# File lib/ecrire/db/migrate/20150113839713_convert_markdown_in_post_content.rb, line 2
def change
  add_column :posts, :compiled_content, :text
end