class AddLastPetitionCreatedAtToSite < ActiveRecord::Migration IrresponsibleModule AddLastPetitionCreatedAtToSite has no descriptive comment def change add_column :sites, :last_petition_created_at, :datetime end end