From 1e0e3d6b7cebb3930c65858453f22ff37db1d51d Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 9 Aug 2010 17:38:18 +0200 Subject: file property removed --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3