Skip to content

Instantly share code, notes, and snippets.

@andrewsouthard1
Created May 4, 2017 17:34
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 andrewsouthard1/8909dae4e993fc785eef41f82a3b8e58 to your computer and use it in GitHub Desktop.
Save andrewsouthard1/8909dae4e993fc785eef41f82a3b8e58 to your computer and use it in GitHub Desktop.
SW API Index view
json.array! @figures.each do |figure|
json.id figure.id
json.character figure.character
json.price figure.price
json.description figure.description
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment