app/commands/decidim/pages/destroy_page.rb in decidim-pages-0.26.10 vs app/commands/decidim/pages/destroy_page.rb in decidim-pages-0.27.0.rc1

- old
+ new

@@ -2,10 +2,10 @@ module Decidim module Pages # Command that gets called when the page of this component needs to be # destroyed. It usually happens as a callback when the component is removed. - class DestroyPage < Rectify::Command + class DestroyPage < Decidim::Command def initialize(component) @component = component end def call