Skip to content

Instantly share code, notes, and snippets.

@walter
Created May 21, 2013 22:33
Show Gist options
  • Select an option

  • Save walter/5623815 to your computer and use it in GitHub Desktop.

Select an option

Save walter/5623815 to your computer and use it in GitHub Desktop.
allowed_attributes = [:full_name, :photo_url, :party]
needed_methods = [:id, :most_recent_chamber_title, :most_recent_district]
respond_with @people.as_json({ only: allowed_attributes, methods: needed_methods })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment