app/models/kinney/person_image.rb in kinney-0.0.3 vs app/models/kinney/person_image.rb in kinney-0.1.0

- old
+ new

@@ -1,6 +1,18 @@ module Kinney class PersonImage < ActiveRecord::Base belongs_to :person belongs_to :image end -end \ No newline at end of file +end + +# == Schema Information +# +# Table name: kinney_person_images +# +# id :integer not null, primary key +# person_id :integer +# image_id :integer +# created_at :datetime not null +# updated_at :datetime not null +# +