Skip to content

Instantly share code, notes, and snippets.

@ericcf
Created June 22, 2011 14:34
Show Gist options
  • Save ericcf/1040215 to your computer and use it in GitHub Desktop.
Save ericcf/1040215 to your computer and use it in GitHub Desktop.
class Ingredient < ActiveResource::Base
self.site = MyApplication::Application.config.ingredient_api_url
self.format = :json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment