Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
class Reader < ActiveRecord::Base is_a_collection :of => ["blogs"] end class Feed < ActiveRecord::Base is_a_collection :for => ["blogs"] end class Blogs < ActiveRecord::Base is_a_collection :of => ["feeds","newspapers"], :for => ["readers"] end
From the Design Piracy series on my blog: