Sha256: 1826c52c1f3406f3ec828a977dedd55f0d64fd7b5deb44ecca035a1e893955f7
Contents?: true
Size: 156 Bytes
Versions: 34
Compression:
Stored size: 156 Bytes
Contents
class AddContentFormatToSpudPosts < ActiveRecord::Migration def change add_column :spud_posts, :content_format, :string, :default => "HTML" end end
Version data entries
34 entries across 34 versions & 2 rubygems