summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index 26c5352..6f4dd29 100644
--- a/application.rb
+++ b/application.rb
@@ -6,6 +6,7 @@ class Model
include DataMapper::Resource
property :id, Serial
property :uri, String, :length => 100
+ #property :task_uri, String, :length => 100
property :owl, Text
property :yaml, Text
property :created_at, DateTime