From ef1c4af5647ba9cae1af526b2dc880169d59c751 Mon Sep 17 00:00:00 2001 From: Victor Pereira Date: Wed, 12 Jan 2011 19:09:39 +0100 Subject: [PATCH] added table_name global --- lib/active_record/acts/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_record/acts/list.rb b/lib/active_record/acts/list.rb index 05a013e..fd2473f 100644 --- a/lib/active_record/acts/list.rb +++ b/lib/active_record/acts/list.rb @@ -63,7 +63,7 @@ def scope_condition self.class_eval do - # send(:scope,:list,order('position asc')) + send(:scope,:list,order('position asc')) end