Skip to content

Instantly share code, notes, and snippets.

@ahimmelstoss
Created July 29, 2014 20:03
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 ahimmelstoss/3ad4726cec98fbd4c3c1 to your computer and use it in GitHub Desktop.
Save ahimmelstoss/3ad4726cec98fbd4c3c1 to your computer and use it in GitHub Desktop.
jbuilder for listings index
json.array!(@listings) do |listing|
json.extract! listing, :id, :address, :listing_type, :title, :description, :price, :neighborhood_id, :host_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment