Sha256: 7589e4a8ae99e0019eee5c414e42707abbd9cd791a8a922bc34ba32a4e1e6d2d
Contents?: true
Size: 175 Bytes
Versions: 60
Compression:
Stored size: 175 Bytes
Contents
class AddMetaToPosts < ActiveRecord::Migration def change add_column :spud_posts, :meta_keywords, :string add_column :spud_posts, :meta_description, :text end end
Version data entries
60 entries across 60 versions & 2 rubygems