Skip to content

Instantly share code, notes, and snippets.

@leenasn
Last active December 17, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leenasn/5612603 to your computer and use it in GitHub Desktop.
Save leenasn/5612603 to your computer and use it in GitHub Desktop.
[<% @users.each_with_index do |user, index| %>{
"id" : "<%= user.id %>" ,
"name" : "<%= user.full_name.split.first %>",
"profile_image_url" : "<%= user.profile_image_thumbnail.remote_url %>"
}<%= ((index + 1) == @users.size)? "" : "," %><% end %>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment