Jan 18, 2008
A quick observation I made about how ActiveRecord can be used to model life.
class Life < ActiveRecord::Base
has_many :causes
has_many :effects, :through => :causes
end
One person's brainfart is another person's gas-powered wind balloon
Thoughts on what makes code beautiful
Riot for fast ruby testing, Jubilator for GitHub browsing, Seota for semi-automatic SEO help, Animal Cracker for Rack asset hosting assistance, Chicago for Sinatra helpers
A quick observation I made about how ActiveRecord can be used to model life.
class Life < ActiveRecord::Base
has_many :causes
has_many :effects, :through => :causes
end