RUBYCRITIC
class Embedded::Accounts::Apps::ChatwootsController < Embedded::InternalController - Embedded::Accounts::Apps::ChatwootsController has no descriptive comment
def index
#redirect_to account_contact_note_path(@current_account, @current_account.contacts.first)
redirect_to root_path
end
end