Skip to content

Instantly share code, notes, and snippets.

@igkuz
Last active December 18, 2015 11:29
Show Gist options
  • Select an option

  • Save igkuz/5775837 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5775837 to your computer and use it in GitHub Desktop.
json.meta do |json|
json.total @lists.total_count
json.num_pages @lists.num_pages
json.per_page @per_page
end
json.items @lists do |json, list|
json.partial! "maillist", maillist: list
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment