4 lines
77 B
Ruby
4 lines
77 B
Ruby
class Account < ApplicationRecord
|
|
serialize :password, CryptSerializer
|
|
end
|