Skip to content

Instantly share code, notes, and snippets.

@cedricdekimpe
Created July 26, 2013 09:05
Show Gist options
  • Save cedricdekimpe/6087435 to your computer and use it in GitHub Desktop.
Save cedricdekimpe/6087435 to your computer and use it in GitHub Desktop.
class Industry < ActiveResource::Base
self.site = "http://my.site.com"
self.prefix = "prefix/api/"
end
class Industry < ActiveResource::Base
self.site = "http://my.site.com"
self.prefix = "/prefix/api/"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment