-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
Hi There,
i just found out why the create_indexes rake task did not create indexes for most of our models:
It tries to do a #classify on the filenames/namespaces. Model filenames are already singular though and #classify does a singularize first.
IMHO this should be easy to understand and reproduce
Best,
Tobias