RUBYCRITIC
class AddParliamentResponseAtToPetitions < ActiveRecord::Migration - AddParliamentResponseAtToPetitions has no descriptive comment
def change
add_column :petitions, :parliament_response_at, :timestamp
end
end