test/fixtures/book.rb in dase-3.2.9 vs test/fixtures/book.rb in dase-4.1.0
- old
+ new
@@ -1,7 +1,5 @@
class Book < ActiveRecord::Base
- attr_accessible :title, :year
-
belongs_to :author
has_many :quotes
scope :year2012, lambda{ where(:year => 2012) }