app/controllers/decidim/conferences/application_controller.rb in decidim-conferences-0.28.4 vs app/controllers/decidim/conferences/application_controller.rb in decidim-conferences-0.29.0.rc1

- old
+ new

@@ -1,9 +1,12 @@ # frozen_string_literal: true module Decidim module Conferences - # The main admin application controller for conferences + # The main application controller for conferences + # + # This controller is the abstract class from which all other controllers of + # this engine inherit. class ApplicationController < Decidim::ApplicationController helper Decidim::ApplicationHelper helper Decidim::ResourceHelper helper Decidim::Conferences::ConferenceHelper