Skip to content

Commit

Permalink
save by name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Jul 15, 2015
1 parent eedbbda commit e5d961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def scrape_list(url)
source: url,
}
puts data
ScraperWiki.save_sqlite([:id, :term], data)
ScraperWiki.save_sqlite([:name, :term], data)
end
end

Expand Down

0 comments on commit e5d961e

Please sign in to comment.