class Aflexi::User

Public Class Methods

getSelf() click to toggle source
# File lib/aflexi/models/user.rb, line 5
def self.getSelf
  self.get(:self => true).first
end

Public Instance Methods

hash_for_update() click to toggle source
# File lib/aflexi/models/user.rb, line 9
def hash_for_update
  to_hash.except "username"
end