Class: PPT::DB::Story

Inherits:
Entity
  • Object
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



56
57
58
# File 'lib/simple-orm/db.rb', line 56

def key
  "stories.#{@presenter.company}.#{@presenter.id}"
end