summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-16 11:05:40 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-16 11:05:40 +0100
commita5144cd21c5c6537d2e95e608b970e750a421986 (patch)
treea65847ad8116a20fea3039149f72c8dd3690595d /application.rb
parentad23a652417a2ff22e03af7c7be21c1055c4e4ef (diff)
toxcreate adapted for new representation
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 9c50383..b43b11f 100644
--- a/application.rb
+++ b/application.rb
@@ -7,7 +7,7 @@ class Model
include DataMapper::Resource
property :id, Serial
property :uri, String, :length => 255
- property :owl, Text, :length => 2**32-1
+ #property :owl, Text, :length => 2**32-1
property :yaml, Text, :length => 2**32-1
property :created_at, DateTime
end