Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / controllers / websocket_controller.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class WebsocketController < ApplicationController
6   skip_before_filter :find_objects_for_index
7
8   def index
9   end
10
11   def model_class
12     "Websocket"
13   end
14 end