Class: PPT::DB::User

Inherits:
Entity show all
Defined in:
lib/simple-orm/db.rb

Instance Attribute Summary

Attributes inherited from Entity

#presenter

Instance Method Summary collapse

Methods inherited from Entity

#initialize, #new_record?, presenter, #save, #values

Constructor Details

This class inherits a constructor from PPT::DB::Entity

Instance Method Details

#keyObject



40
41
42
# File 'lib/simple-orm/db.rb', line 40

def key
  "users.#{@presenter.username}"
end