07a1a81
3fa8937
36c005e
1
2
3
4 5
class AddCustomUrlFieldToBlogPosts < ActiveRecord::Migration def change add_column Refinery::Blog::Post.table_name, :custom_url, :string end end