1 2 3 4 5 6
class AddCustomTeaserFieldToBlogPosts < ActiveRecord::Migration def change add_column Refinery::Blog::Post.table_name, :custom_teaser, :text end end