app/models/georgia/concerns/treeable.rb in georgia-0.7.8 vs app/models/georgia/concerns/treeable.rb in georgia-0.8.0

- old
+ new

@@ -6,10 +6,9 @@ extend ActiveSupport::Concern included do has_ancestry orphan_strategy: :rootify - attr_accessible :parent_id end module ClassMethods