Sha256: f02927a7fcdfba132436377f0ddc59c521ac38c097ddbd2025441d7bbdbcd5ee
Contents?: true
Size: 155 Bytes
Versions: 61
Compression:
Stored size: 155 Bytes
Contents
class AddUrlToSpudPosts < ActiveRecord::Migration def change add_column :spud_posts, :url_name, :string add_index :spud_posts, :url_name end end
Version data entries
61 entries across 61 versions & 2 rubygems