Guest User

Untitled

a guest
Apr 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Image.each do |img|
  2. @rapouts = Rapout.find_all_by_media_type_and_media_id("Image", img.id)
  3. if @rapouts.size > 1
  4. @rapouts.last(@rapouts.size-1).destroy
  5. end
  6. end
Add Comment
Please, Sign In to add comment