RUBYCRITIC
class AddLocationCodeToSignatures < ActiveRecord::Migration - AddLocationCodeToSignatures has no descriptive comment
def change
add_column :signatures, :location_code, :string, limit: 30
end
end