Method: MuckContents::Configuration#enable_sunspot
- Defined in:
- lib/muck-contents/config.rb
#enable_sunspot ⇒ Object
This enables or disables sunspot for profiles. Only use acts_as_solr or sunspot not both. Sunspot does not include multicore support.
18 19 20 |
# File 'lib/muck-contents/config.rb', line 18 def enable_sunspot @enable_sunspot end |