myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2767] branches/elico/app/models/workflow.rb: Rev


From: noreply
Subject: [myexperiment-hackers] [2767] branches/elico/app/models/workflow.rb: Reversed accidental commit
Date: Wed, 26 Oct 2011 08:36:54 -0400 (EDT)

Revision
2767
Author
fbacall
Date
2011-10-26 08:36:52 -0400 (Wed, 26 Oct 2011)

Log Message

Reversed accidental commit

Modified Paths

Diff

Modified: branches/elico/app/models/workflow.rb (2766 => 2767)


--- branches/elico/app/models/workflow.rb	2011-10-25 22:23:11 UTC (rev 2766)
+++ branches/elico/app/models/workflow.rb	2011-10-26 12:36:52 UTC (rev 2767)
@@ -55,16 +55,12 @@
 
   has_previews
 
-  has_many :workflow_inputs, :dependent => :destroy
-
-  explicit_versioning(:version_column => "current_version", 
+  explicit_versioning(:version_column => "current_version",
                       :extra_attributes => ["image", "svg"],
                       :white_list_columns => ["body"]) do
     
     format_attribute :body
 
-    has_many :workflow_features, :dependent => :destroy
-    
     belongs_to :content_blob
     belongs_to :content_type
 

reply via email to

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