projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16306: Merge branch 'master'
[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_action :find_objects_for_index, raise: false
7
8
def index
9
end
10
11
def model_class
12
"Websocket"
13
end
14
end