Skip to content

Instantly share code, notes, and snippets.

@chadwpry
Created September 26, 2008 03:40
Show Gist options
  • Save chadwpry/13023 to your computer and use it in GitHub Desktop.
Save chadwpry/13023 to your computer and use it in GitHub Desktop.
class Story < ActiveRecord::Base
acts_as_solr :facets => [:notes],
:fields => [
:name, :title,
:content, :display_name, :intro
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment