myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3689] branches/packs/app/controllers/packs_contr


From: noreply
Subject: [myexperiment-hackers] [3689] branches/packs/app/controllers/packs_controller.rb: third half of the conclusion(s) fix
Date: Fri, 6 Sep 2013 21:03:09 +0000 (UTC)

Revision
3689
Author
dgc
Date
2013-09-06 21:03:08 +0000 (Fri, 06 Sep 2013)

Log Message

third half of the conclusion(s) fix

Modified Paths

Diff

Modified: branches/packs/app/controllers/packs_controller.rb (3688 => 3689)


--- branches/packs/app/controllers/packs_controller.rb	2013-09-06 14:08:29 UTC (rev 3688)
+++ branches/packs/app/controllers/packs_controller.rb	2013-09-06 21:03:08 UTC (rev 3689)
@@ -98,8 +98,8 @@
             :object => RDF::URI("http://purl.org/wf4ever/roterms#ResearchQuestion")).first_subject
         @hypothesis = @graph.query(:predicate => RDF.type,
             :object => RDF::URI("http://purl.org/wf4ever/roterms#Hypothesis")).first_subject
-        @conclusion = @graph.query(:predicate => RDF.type,
-            :object => RDF::URI("http://purl.org/wf4ever/roterms#Conclusion")).first_subject
+        @conclusions = @graph.query(:predicate => RDF.type,
+            :object => RDF::URI("http://purl.org/wf4ever/roterms#Conclusions")).first_subject
 
         @maintainers = Authorization.authorized_for_object(:edit, @pack)
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]