app/models/guide.rb in mumuki-laboratory-5.9.1 vs app/models/guide.rb in mumuki-laboratory-5.10.0
- old
+ new
@@ -84,6 +84,9 @@
def as_complement_of(book) #FIXME duplication
book.complements.find_by(guide_id: id) || Complement.new(guide: self, book: book)
end
+ def resettable?
+ usage_in_organization.resettable?
+ end
end