OSDN Git Service

Merge branch 'groonga'
[tdcgexplorer/nimono.git] / bin / copy-thumbs.rb
1 Record::Thumb.all.each do |rec|
2   thumb = Thumb.new
3   thumb.key = rec.video_id
4   thumb.title = rec.title
5   thumb.description = rec.description
6   thumb.save
7 end