[scotedublog commit] r145 - trunk/seb/vendor/plugins/acts_as_taggable/lib

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 27, 2007, 2:44:58 PM9/27/07
to scotedubl...@googlegroups.com
Author: jonesieboy
Date: Thu Sep 27 11:44:03 2007
New Revision: 145

Modified:
trunk/seb/vendor/plugins/acts_as_taggable/lib/acts_as_taggable.rb

Log:
fixing dependent true

Modified: trunk/seb/vendor/plugins/acts_as_taggable/lib/acts_as_taggable.rb
==============================================================================
--- trunk/seb/vendor/plugins/acts_as_taggable/lib/acts_as_taggable.rb (original)
+++ trunk/seb/vendor/plugins/acts_as_taggable/lib/acts_as_taggable.rb Thu Sep 27 11:44:03 2007
@@ -14,7 +14,7 @@

class_inheritable_reader :acts_as_taggable_options

- has_many :taggings, :as => :taggable, :dependent => true
+ has_many :taggings, :as => :taggable, :dependent => :destroy
has_many :tags, :through => :taggings

include ActiveRecord::Acts::Taggable::InstanceMethods

Reply all
Reply to author
Forward
0 new messages