Skip to content

Instantly share code, notes, and snippets.

@cjstewart88
Created December 3, 2012 16:51
Show Gist options
  • Save cjstewart88/08b1e73b0c3f844e8a44 to your computer and use it in GitHub Desktop.
Save cjstewart88/08b1e73b0c3f844e8a44 to your computer and use it in GitHub Desktop.
videos = []
youtube_playlist["videos"].values.each do | video |
videos << Video.new(:playlist_id => playlist.id, :video_id => video["id"], :video_title => video["title"])
end
Video.import(videos)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment