spec/support/models.rb in closure_tree-3.3.1 vs spec/support/models.rb in closure_tree-3.3.2
- old
+ new
@@ -54,5 +54,9 @@
class DateLabel < Label
end
class DirectoryLabel < Label
end
+
+class CuisineType < ActiveRecord::Base
+ acts_as_tree
+end
\ No newline at end of file