Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 144 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 144 Bytes
Crz::Contract.limit(1000).find_each do |d| 
  Faraday.post("http://localhost:9200/oz/contracts/#{d.id}", d.to_indexable.to_json
end