Base
# File lib/aflexi/models/user.rb, line 5 def self.getSelf self.get(:self => true).first end
# File lib/aflexi/models/user.rb, line 9 def hash_for_update to_hash.except "username" end