Rails ActionCable - add mount ActionCable to a show path only?

ActionCable is pumping out updates to the console, even on the MainDash, which is a bit of a data leak. can we constrain these updates to the PrivateJob#Show page?