RUBYCRITIC
class AddIndexOnGovernmentResponseUpdatedAt < ActiveRecord::Migration - AddIndexOnGovernmentResponseUpdatedAt has no descriptive comment
def change
add_index :government_responses, :updated_at
end
end