summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-09 17:38:18 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-09 17:38:18 +0200
commit1e0e3d6b7cebb3930c65858453f22ff37db1d51d (patch)
treeb3b94fc9d2354f7b73777d279ccc6b3f92c11e79
parent8baf1b3597b01881229c672af52e6524d7de7825 (diff)
file property removed
-rwxr-xr-xapplication.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 5daaa7e..b130a29 100755
--- a/application.rb
+++ b/application.rb
@@ -6,7 +6,7 @@ class Dataset
include DataMapper::Resource
property :id, Serial
property :uri, String, :length => 255
- property :file, String, :length => 255
+ #property :file, String, :length => 255
property :yaml, Text, :length => 2**32-1
property :owl, Text, :length => 2**32-1
property :created_at, DateTime