Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 5, 2010 02:56
Show Gist options
  • Save liangzan/565692 to your computer and use it in GitHub Desktop.
Save liangzan/565692 to your computer and use it in GitHub Desktop.
class Car < ActiveRecord::Base
composed_of :tyre, :class_name => "Tyre", :mapping => %w(air_pressure wear_and_tear)
composed_of :steering_wheel, :class_name => "SteeringWheel", :mapping => %w(horn)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment