Sha256: aeb2987e5735a470a31fba34c7b25279c5e9038ee5ff61bee92ac826e8870289
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
# This migration comes from tb_blog (originally 20120127143054) class AddUrlToSpudPosts < ActiveRecord::Migration def change add_column :spud_posts, :url_name, :string add_index :spud_posts, :url_name end end
Version data entries
8 entries across 8 versions & 1 rubygems