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

- old
+ new

@@ -1,7 +1,18 @@ module Kinney class ClipPerson < ActiveRecord::Base belongs_to :person belongs_to :clip - # attr_accessible :title, :body end -end \ No newline at end of file +end + +# == Schema Information +# +# Table name: kinney_clip_people +# +# id :integer not null, primary key +# person_id :integer +# clip_id :integer +# created_at :datetime not null +# updated_at :datetime not null +# +