app/controllers/decidim/meetings/application_controller.rb in decidim-meetings-0.10.1 vs app/controllers/decidim/meetings/application_controller.rb in decidim-meetings-0.11.0.pre1

- old
+ new

@@ -3,12 +3,12 @@ module Decidim module Meetings # This controller is the abstract class from which all other controllers of # this engine inherit. # - # Note that it inherits from `Decidim::Features::BaseController`, which + # Note that it inherits from `Decidim::Components::BaseController`, which # override its layout and provide all kinds of useful methods. - class ApplicationController < Decidim::Features::BaseController + class ApplicationController < Decidim::Components::BaseController helper Decidim::Meetings::ApplicationHelper end end end