Skip to content

Commit

Permalink
added table_name global
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Pereira committed Jan 12, 2011
1 parent aca58bf commit ef1c4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record/acts/list.rb
Expand Up @@ -63,7 +63,7 @@ def scope_condition


self.class_eval do
# send(:scope,:list,order('position asc'))
send(:scope,:list,order('position asc'))
end


Expand Down

0 comments on commit ef1c4af

Please sign in to comment.