summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-18 20:54:25 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-18 20:54:25 +0100
commitec441343dd0482a94978ea3e10d5056d749bceba (patch)
treeb922c136355c84d50b69ec417f15f88f2c637a7d /application.rb
parent00845f15fa41b921fb7d16100a74553aaf61d62d (diff)
more detailed model information in toxcreate
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 14c4aa6..75f2271 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