spec/dummy/app/models/car.rb in thoth-1.0.2 vs spec/dummy/app/models/car.rb in thoth-2.0.0

- old
+ new

@@ -1,3 +1,3 @@ class Car < ActiveRecord::Base - attr_accessible :make, :model, :year + # attr_accessible :make, :model, :year end