RUBYCRITIC
class AddIndexToSignatureConstituencyId < ActiveRecord::Migration - AddIndexToSignatureConstituencyId has no descriptive comment
def change
add_index :signatures, :constituency_id
end
end