class Product include DataMapper::Resource property :id, Serial property :product_id, String property :name, String property :description, Text property :created_at, DateTime, default: DateTime.now property :updated_at, DateTime end