Sha256: 0f1954f24d4a60cfc72df55a5d920febc99d7d30fb88177ca9c12957aa7ded13
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 Bytes
Contents
class AddFirstPostAndLastPostToTopics < ActiveRecord::Migration def change change_table :formol_topics do |t| t.belongs_to :first_post t.belongs_to :last_post end end end
Version data entries
3 entries across 3 versions & 1 rubygems