Skip to content

Instantly share code, notes, and snippets.

@lachie
Created August 20, 2008 00:27
Show Gist options
  • Save lachie/6259 to your computer and use it in GitHub Desktop.
Save lachie/6259 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_many :contracts
...
end
class Contract < ActiveRecord::Base
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment