Sha256: eb94a10c9a2fe95c964934b2c39e0225efd34b7166b026b5849583025a7580a2
Contents?: true
Size: 174 Bytes
Versions: 25
Compression:
Stored size: 174 Bytes
Contents
class AddSeoFieldsToPost < ActiveRecord::Migration def change add_column :fuel_posts, :seo_title, :string add_column :fuel_posts, :seo_description, :text end end
Version data entries
25 entries across 25 versions & 1 rubygems