Skip to content

Instantly share code, notes, and snippets.

@regonn
Created November 6, 2013 11:51
Show Gist options
  • Save regonn/7334871 to your computer and use it in GitHub Desktop.
Save regonn/7334871 to your computer and use it in GitHub Desktop.
json.array!(@items) do |item|
json.extract! item, :name, :price, :description
json.url item_url(item, format: :json)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment