RUBYCRITIC
class AddEmailCountToSignatures < ActiveRecord::Migration - AddEmailCountToSignatures has no descriptive comment
def change
add_column :signatures, :email_count, :integer, null: false, default: 0
end
end