summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2010-07-19 18:45:51 +0200
committergebele <gebele@alfadeo.de>2010-07-19 18:45:51 +0200
commit290489a540a358ddd77e1d261ae0eb8bfc17eec8 (patch)
tree2968ee6a38c3ec02c697486b37371a8445d4a244
parentd77ec12f83489f92417efc6287ddf8f987795198 (diff)
favicon added
-rwxr-xr-xapplication.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 0a6cd6a..aa1f0c1 100755
--- a/application.rb
+++ b/application.rb
@@ -34,7 +34,6 @@ class ToxCreateModel
property :nr_compounds, Integer
property :created_at, DateTime
-
def status
RestClient.get(File.join(@task_uri, 'hasStatus')).body
end