8 created_on Time.now.to_s(:db)
10 on :generate do |atts|
11 atts[:login] = Doozer.object_list[:user][:row_names][atts[:id]-1].to_s unless atts.has_key?(:login)
20 created_on Time.now.to_s(:db)
22 on :generate do |atts|
23 atts[:author] = users(atts[:user_id])[:name] if att.has_key? :user_id
27 user :bob, "Bob", "bob@yahoo.com", "Bobo" do
28 comment 'Good question', 'Why would anyone care?'
31 user "Other", "other@gmail.com" do
32 comment 'RE: Good question', 'I know you are but what am I?!'
33 comment 'RE: RE: Good question', 'Oh sorry, my inner second-grader came out there.'