Created
May 4, 2017 17:34
-
-
Save andrewsouthard1/8909dae4e993fc785eef41f82a3b8e58 to your computer and use it in GitHub Desktop.
SW API Index view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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