dougal / acts_as_indexed

Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed
MIT License
211 stars 49 forks source link

Call .underscore on a model name #18

Closed ugisozols closed 13 years ago

ugisozols commented 13 years ago

Call .underscore on a model name because we don't want namespaced models to create folders like module::class. It will be module/class instead.

parndt commented 13 years ago

+1

parndt commented 13 years ago

@dougal do you think you'll merge this?

dougal commented 13 years ago

Doh, sorry. This is in the new release.

Thanks Uģis.