Displaying 1 result from an estimated 1 matches for "organizations_count".
2006 Jun 14
0
problems with acts_as_tree
I have a class called Organization that is organized as a tree
(organizations have parent organizations) using a parent_id column and
an organizations_count column.
I used the generate scaffold method to create the controller and views.
But when I go to add or update an Organization, there is no select box
to select the parent Organization. I am surprised that the scaffold
generator doesn''t take care of this.
Am I doing something wrong? O...