Changeset 337
- Timestamp:
- 04/12/08 07:01:12 (6 months ago)
- Files:
-
- trunk/demo/app/models/comment.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/app/models/comment.rb
r324 r337 18 18 # acts_as_ferret 19 19 20 # we use :store_class_name => true so that we can use21 # the multi_search method to run queries across multiple22 # models (where each model has it's own index directory)23 #24 20 # use the :additional_fields property to specify fields you intend 25 21 # to add in addition to those fields from your database table (which will be
