Skip to content

Instantly share code, notes, and snippets.

@worace
Created May 10, 2012 02:17
Show Gist options
  • Select an option

  • Save worace/2650524 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

j3j3 commented May 16, 2012

{comment}

@j3j3
Copy link
Copy Markdown

j3j3 commented May 16, 2012

I'm inside you.

@j3j3
Copy link
Copy Markdown

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