app/controllers/decidim/meetings/application_controller.rb in decidim-meetings-0.2.0 vs app/controllers/decidim/meetings/application_controller.rb in decidim-meetings-0.3.0

- old
+ new

@@ -3,10 +3,10 @@ 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::Components::BaseController`, which + # Note that it inherits from `Decidim::Features::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Features::BaseController helper Decidim::Meetings::ApplicationHelper end end