In particular, I'm wondering if there's an easy way in a rails app to get a list of all model classes that have "acts_as_solr" defined in them. I can do a "grep -r" in my models directory and stuff the results into a list after proper capitalization/munging, but I'd like to do this programmatically, self-contained in the app itself.
Thanks... -glenn -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
