This is an error
Ajax-loader-hori
Picture?type=square

Patryk Przepiorkowski (Patryk Przepiorkowski)

2 Plays
2 Likes
1 Comments

Feed

23222_836064157_1046_q
Patryk Przepiorkowski commented on a set almost 2 years ago
Working fine here
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