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