This is an error
Ajax-loader-hori
Missing

Leonfrank

2 Plays
0 Likes
2 Comments
We couldn't find the set you were looking for.Close

Feed

Missing
commented on a set almost 2 years ago
awesome!
Missing
commented on a set almost 2 years ago
awesome!
Track.find_in_batches do |tracks| tracks.each do |track| t = track.track_title an = track.artist_name pt = track.podcast_title pa = track.podcast_artist track.update_attributes({:track_title => t, :artist_name => an, :podcast_title => pt, :podcast_artist => pa}) end end