Sha256: 134f8c1f6d2d76126686ebf01352b0792b5bdd779ac8fd69bdf42718f16920d7
Contents?: true
Size: 220 Bytes
Versions: 16
Compression:
Stored size: 220 Bytes
Contents
class AddContentTypeFieldToLayout < ActiveRecord::Migration[5.1] 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
16 entries across 16 versions & 1 rubygems