]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/composite_primary_keys-1.1.0/test/fixtures/comment.rb
Freezing composite primary key so that we can apply TomH's patch to it, and that...
[rails.git] / vendor / gems / composite_primary_keys-1.1.0 / test / fixtures / comment.rb
1 class Comment < ActiveRecord::Base
2   set_primary_keys :id
3   belongs_to :person, :polymorphic => true
4   belongs_to :hack
5 end
6