class AddArchivedAtToParliaments < ActiveRecord::Migration IrresponsibleModule AddArchivedAtToParliaments has no descriptive comment def change add_column :parliaments, :archived_at, :datetime end end