class ApplicationController < ActionController::Base include Onboardable, Localize, AutoSync, Authentication, Invitable, SelfHostable, StoreLocation, Impersonatable include Pagy::Backend private def with_sidebar return "turbo_rails/frame" if turbo_frame_request? "with_sidebar" end end