Sha256: 4204e0846e4a315ac86628084ea62a5fc117f09c7d8a2be47e8f473d9674b533
Contents?: true
Size: 151 Bytes
Versions: 3
Compression:
Stored size: 151 Bytes
Contents
class AddLastPostToForum < ActiveRecord::Migration def change change_table :formol_forums do |t| t.belongs_to :last_post end end end
Version data entries
3 entries across 3 versions & 1 rubygems