# frozen_string_literal: true
class Account < ApplicationRecord
serialize :password, CryptSerializer
end