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