class Engine2::UserInfo

Public Instance Methods

to_hash() click to toggle source
# File lib/engine2/models/UserInfo.rb, line 17
def to_hash
    hash = @values.dup
    hash.delete(:password)
    hash
end