Sha256: d0ca3bc9871833ce6e612d03dee4d2d835bf8b464d356a314124b562bc6143eb
Contents?: true
Size: 245 Bytes
Versions: 8
Compression:
Stored size: 245 Bytes
Contents
class AddPagePathToContentBlocks < ActiveRecord::Migration def change add_column :blocky_content_blocks, :page_path, :string remove_column :blocky_content_blocks, :controller remove_column :blocky_content_blocks, :action end end
Version data entries
8 entries across 8 versions & 1 rubygems