test/fixtures/hack.rb in composite_primary_keys-8.1.6 vs test/fixtures/hack.rb in composite_primary_keys-8.1.7
- 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