Skip to content

Instantly share code, notes, and snippets.

@sikanrong
Created August 3, 2015 23:58
Show Gist options
  • Select an option

  • Save sikanrong/1e0ccb9a9fe633bbf088 to your computer and use it in GitHub Desktop.

Select an option

Save sikanrong/1e0ccb9a9fe633bbf088 to your computer and use it in GitHub Desktop.
def get_balls
respond_to do |format|
response_obj = { :balls=>"sack" }
format.json { render :json => response_obj } # don't do response_obj.to_json
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment