Skip to content

Instantly share code, notes, and snippets.

@phosphene
Created January 26, 2011 21:32
Show Gist options
  • Save phosphene/797510 to your computer and use it in GitHub Desktop.
Save phosphene/797510 to your computer and use it in GitHub Desktop.
class User < ActiveResource::Base
#generic user class for test
#include ActiveModel::Validations
self.site = "http://localhost:9292/"
self.format = :json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment