Sergio Ruiz wrote: > is it possible to have a model be belong to itself? > > say i have a category, and the category can be a subcategory of another > category (or it might be a parent category)..
http://github.com/collectiveidea/awesome_nested_set/ > is this possible, and does it make sense? Yes, it makes sense. > something like: > > class Category < ActiveRecord::Base > has_many: categories > end > > i kinda think it would make more sense to use a subcategory model.. but > the system i am deriving from (which was written in php) is combining > the models.. No. As you'll see from the above plugin using one model does make more sense. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

