Skip to content

Instantly share code, notes, and snippets.

@arnvald
Created March 14, 2014 12:11
Show Gist options
  • Save arnvald/9546557 to your computer and use it in GitHub Desktop.
Save arnvald/9546557 to your computer and use it in GitHub Desktop.
json.set! :files do
json.array! [@car_photo] do |photo|
json.id car_photo.id
json.url car_photo.car_photo.url(:thumb)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment