require_dependency "application_controller" module Logistics module Core class CommunicationChannelsController < ApplicationController include LookupCommon end end end