How to view navigation with infinit sub entries?
问题 Ive got a simple Model called Category. The model is has three fields : name:string , parent_id:integer and of cause an id ! The parent_id is an self referential association: has_many :children, :class_name => 'Category', :foreign_key => 'parent_id' belongs_to :parent, :class_name => 'Category', :foreign_key => 'parent_id' So every Category can have subcategories and on and on and on,... This isnt a problem at the database but when it comes to the view Im getting confused! I dont get how I