app/controllers/decidim/accountability/application_controller.rb in decidim-accountability-0.1.2 vs app/controllers/decidim/accountability/application_controller.rb in decidim-accountability-0.7.0
- old
+ new
@@ -3,10 +3,10 @@
module Decidim
module Accountability
# 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
end
end
end