Hi, I'm upgrading an application to Ruby 1.9.2 and from Rails 3.0.0 to Rails 3.0.10. I seem to be having an issue with a model that uses STI. The first time the model is used, I get this :
Warning: Error loading /app/models/api/professionnal.rb: Expected /app/models/api/professionnal.rb to define Api::Professionnal I get the message from the console also if i do Api::Professionnal.first. Api::Professionnal inherits from Api::Profile which defines some indexes. What's weird is that if I do Api::Profile.first and then Api::Professionnal.first, then I don't get any warnings/errors. Any ideas how to solve this? Can I just ignore this or it probably hides a greater issue? See this gist for the models and the strack trace. https://gist.github.com/1304113 Thanks -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en.
