Skip to content

Instantly share code, notes, and snippets.

@Mikr0Tik
Created March 31, 2010 09:35
Show Gist options
  • Save Mikr0Tik/350134 to your computer and use it in GitHub Desktop.
Save Mikr0Tik/350134 to your computer and use it in GitHub Desktop.
class Job < ActiveRecord::Base
# there is a jobs_people table on client side
# has_and_belongs_to_many :people # how to workaround this?
end
class Person < ActiveResource::Base
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment