projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2871: some more comments
[arvados.git]
/
apps
/
workbench
/
app
/
controllers
/
websocket_controller.rb
1
class WebsocketController < ApplicationController
2
skip_before_filter :find_objects_for_index
3
4
def index
5
end
6
7
def model_class
8
"Websocket"
9
end
10
end