Sha256: 4aa3d6c81ded2f7423300c2b98cb14183fb3aef9b4663f5b09f906673455fe65
Contents?: true
Size: 138 Bytes
Versions: 8
Compression:
Stored size: 138 Bytes
Contents
class AddCategoryIdToBlogPosts < ActiveRecord::Migration[5.1] def change add_reference :blog_posts, :category, index: true end end
Version data entries
8 entries across 8 versions & 1 rubygems