Skip to content

Instantly share code, notes, and snippets.

@worace
Created May 10, 2012 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worace/2650524 to your computer and use it in GitHub Desktop.
Save worace/2650524 to your computer and use it in GitHub Desktop.
text_item.rb
class LinkItem < ActiveRecord::Base
belongs_to :user
end
class TextItem < ActiveRecord::Base
belongs_to :user
end
class User < ActiveRecord::Base
has_many :link_items
has_many :image_items
end
@j3j3
Copy link

j3j3 commented May 16, 2012

{comment}

@j3j3
Copy link

j3j3 commented May 16, 2012

I'm inside you.

@j3j3
Copy link

j3j3 commented May 16, 2012

What an amazing gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment