Class: User

Inherits:
Object
  • Object
show all
Defined in:
lib/vesper/framework/application/hello_world.rb

Instance Method Summary collapse

Instance Method Details

#knock_knockObject

DataMapper model class For more info: datamapper.org/

include DataMapper::Resource

property :id, Serial property :deleted_at, ParanoidDateTime timestamps :at

property :email, String


20
21
22
# File 'lib/vesper/framework/application/hello_world.rb', line 20

def knock_knock
  "Who's there?"
end