Sha256: 293d235e522b42f4d246c88af88cf5626553a7ed8d59aca6c4c0509b6dbb4693
Contents?: true
Size: 158 Bytes
Versions: 6
Compression:
Stored size: 158 Bytes
Contents
class AddCustomTeaserFieldToBlogPosts < ActiveRecord::Migration def change add_column Refinery::Blog::Post.table_name, :custom_teaser, :text end end
Version data entries
6 entries across 6 versions & 1 rubygems