Displaying 1 result from an estimated 1 matches for "acts_as_sortable_tree".
2006 Apr 30
4
acts_as_ordered_tree
...'parent_id = #{self.id}''
''parent_id = #{id}''
But I always get empty SQL statements like:
ORDER BY position DESC LIMIT 1'' at line 1: SELECT * FROM ideas WHERE
(parent_id = ) ORDER BY position DESC LIMIT
Is it possible as I try or do I have to write my own
acts_as_sortable_tree?
Regards
Till
--
Posted via http://www.ruby-forum.com/.