app/models/decidim/pages/page.rb in decidim-pages-0.3.2 vs app/models/decidim/pages/page.rb in decidim-pages-0.4.0

- old
+ new

@@ -33,8 +33,13 @@ # Public: Overrides the `comments_have_votes?` Commentable concern method. def comments_have_votes? true end + + # Public: Overrides the `notifiable?` Notifiable concern method. + def notifiable?(_context) + false + end end end end