myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3001] branches/showcase48/app/controllers/resear


From: noreply
Subject: [myexperiment-hackers] [3001] branches/showcase48/app/controllers/research_objects_controller.rb: fixed issue where the RO URL wasn't recorded
Date: Fri, 18 May 2012 10:35:35 +0000 (UTC)

Revision
3001
Author
dgc
Date
2012-05-18 10:35:35 +0000 (Fri, 18 May 2012)

Log Message

fixed issue where the RO URL wasn't recorded

Modified Paths

Diff

Modified: branches/showcase48/app/controllers/research_objects_controller.rb (3000 => 3001)


--- branches/showcase48/app/controllers/research_objects_controller.rb	2012-05-18 10:30:28 UTC (rev 3000)
+++ branches/showcase48/app/controllers/research_objects_controller.rb	2012-05-18 10:35:35 UTC (rev 3001)
@@ -97,6 +97,7 @@
 
     @research_object = ResearchObject.create(
         :contributor  => current_user,
+        :url          ="" url,
         :title        => ro_params[:title],
         :description  => ro_params[:description],
         :content_blob => ContentBlob.new(:data ="" research_object))

reply via email to

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