Skip to content

Instantly share code, notes, and snippets.

View cartoonROR's full-sized avatar

Apiwat Chaikham cartoonROR

  • Atelas
  • Thailand
View GitHub Profile
class BookDetail < CouchRest::Model::Base
include Sunspot::Rails::Searchable
use_database "bookdetail"
property :name, String
property :detail_name, String
searchable do
text :detail_name
end