Created
June 6, 2013 19:38
-
-
Save coderguy/5724289 to your computer and use it in GitHub Desktop.
Locomotive CMS with tire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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