Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created April 28, 2012 20:01
Show Gist options
  • Save SpencerCooley/2521689 to your computer and use it in GitHub Desktop.
Save SpencerCooley/2521689 to your computer and use it in GitHub Desktop.
//this is in the pages controller.
def output_page
json_object = search_for_yelp_id
render :json => json_object
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment