This pull request tries to clean up some of the conferences in data/ that have redundant thumbnail keys. They are redundant because the thumbnail URL matches the YouTube video_id exactly. In these cases we can dynamically generate the thumbnail URL in the talk model, like we are doing here:
This pull request tries to clean up some of the conferences in
data/
that have redundant thumbnail keys. They are redundant because the thumbnail URL matches the YouTube video_id exactly. In these cases we can dynamically generate the thumbnail URL in thetalk
model, like we are doing here:https://github.com/adrienpoly/rubyvideo/blob/40e7f56681525214ec32a4a9a2308255b6076f79/app/models/talk.rb#L205