test/fixtures/test_model.rb in big_sitemap-0.8.3 vs test/fixtures/test_model.rb in big_sitemap-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ class TestModel def to_param - id #|| object_id + id end def id @id ||= TestModel.current_id += 1 end \ No newline at end of file