app/controllers/itsf/backend/dashboard_controller.rb in itsf_backend-3.0.2 vs app/controllers/itsf/backend/dashboard_controller.rb in itsf_backend-3.0.3

- old
+ new

@@ -1,7 +1,8 @@ module Itsf::Backend class DashboardController < Configuration.dashboard_base_controller.constantize helper Itsf::Backend::ApplicationHelper + helper Itsf::Backend::BootstrapHelper helper MultiClientHelper if Itsf::Backend.features?(:multi_client) layout 'itsf/backend/base' if Itsf::Backend.features?(:pundit)