From aa36ca1c5fe81120d0b2ad428fadec3c586fafa2 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Mon, 10 Sep 2007 04:41:09 +0000 Subject: Remove acts_as_list. Users are advised to install the new plugin. References #9415. [josh, nzkoz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7444 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/mixin.rb | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'activerecord/test/fixtures/mixin.rb') diff --git a/activerecord/test/fixtures/mixin.rb b/activerecord/test/fixtures/mixin.rb index 7f877a8ce8..5e40c397c0 100644 --- a/activerecord/test/fixtures/mixin.rb +++ b/activerecord/test/fixtures/mixin.rb @@ -15,24 +15,6 @@ class RecursivelyCascadedTreeMixin < Mixin has_one :first_child, :class_name => 'RecursivelyCascadedTreeMixin', :foreign_key => :parent_id end -class ListMixin < Mixin - acts_as_list :column => "pos", :scope => :parent - - def self.table_name() "mixins" end -end - -class ListMixinSub1 < ListMixin -end - -class ListMixinSub2 < ListMixin -end - - -class ListWithStringScopeMixin < ActiveRecord::Base - acts_as_list :column => "pos", :scope => 'parent_id = #{parent_id}' - - def self.table_name() "mixins" end -end class NestedSet < Mixin acts_as_nested_set :scope => "root_id IS NULL" -- cgit v1.2.3