class Post
include Neo4j::ActiveNode field :title include Sunspot::Neo4j searchable do text :title end
end
Modules: Neo4j