Sha256: fc8059858d129f0d275f0e10d0201c8e2cc31af11e230f75eef4f67f3fd714ca
Contents?: true
Size: 215 Bytes
Versions: 129
Compression:
Stored size: 215 Bytes
Contents
class AddContentTypeFieldToLayout < ActiveRecord::Migration def self.up add_column "layouts", "content_type", :string, :limit => 40 end def self.down remove_column "layouts", "content_type" end end
Version data entries
129 entries across 129 versions & 6 rubygems