Skip to content

Instantly share code, notes, and snippets.

@marcoroman89
Created August 12, 2013 03:49
Show Gist options
  • Save marcoroman89/6208124 to your computer and use it in GitHub Desktop.
Save marcoroman89/6208124 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_many :posts
end
class Post < ActiveRecord::Base
belongs_to :user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment