So I'm new to rails but most of what I read actually point the other way - that namespaced models are mostly broken in rails, and to never use them. As such, I'm following a few other suggestions I've read to use autoload to load models organized into subdirectories. This is the cause of my issues, however, so I suppose I'll pull all my models into the models folder.
-- 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.

