test/fixtures/hack.rb in composite_primary_keys-9.0.9 vs test/fixtures/hack.rb in composite_primary_keys-9.0.10

- old
+ new

@@ -1,5 +1,5 @@ -class Hack < ActiveRecord::Base - has_many :comments, :as => :person - - has_one :first_comment, :as => :person, :class_name => "Comment" +class Hack < ActiveRecord::Base + has_many :comments, :as => :person + + has_one :first_comment, :as => :person, :class_name => "Comment" end \ No newline at end of file