Skip to content

Instantly share code, notes, and snippets.

@coderguy
Created June 6, 2013 19:38
Show Gist options
  • Save coderguy/5724289 to your computer and use it in GitHub Desktop.
Save coderguy/5724289 to your computer and use it in GitHub Desktop.
Locomotive CMS with tire
module Locomotive
class ContentEntry
include Tire::Model::Search
include Tire::Model::Callbacks
index_name INDEX_NAME
document_type "content"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment