spec/models/table.rb in deferred_associations-0.5.7 vs spec/models/table.rb in deferred_associations-0.5.8

- old
+ new

@@ -1,4 +1,6 @@ -class Table < ActiveRecord::Base - belongs_to :room - has_many_with_deferred_save :chairs -end \ No newline at end of file +class Table < ActiveRecord::Base + + belongs_to :room + has_many_with_deferred_save :chairs + +end