-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
In a Rails app, suppose I have a Person class, and I also have a Student class that subclasses Person. If Student is in a file at app/models/people/student.rb , then the indexing rake task expects that that file will define Person::Student. But it doesn't, it just defines Student. Rails is fine with that as long as you add that folder to the autoload paths, but this indexing rake task crashes.