Skip to content

Instantly share code, notes, and snippets.

@flemdizzle
Created December 2, 2014 14:40
Show Gist options
  • Save flemdizzle/58862b03ba9dd32380aa to your computer and use it in GitHub Desktop.
Save flemdizzle/58862b03ba9dd32380aa to your computer and use it in GitHub Desktop.
json.array!(@students) do |student|
json.extract! student, :id, :name, :email, :phone, :location, :employment
json.url student_url(student, format: :json)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment