projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix tests and behavior for nodes#list as called by inactive user. refs #1594
[arvados.git]
/
services
/
api
/
app
/
controllers
/
static_controller.rb
1
class StaticController < ApplicationController
2
3
skip_before_filter :find_object_by_uuid
4
skip_before_filter :require_auth_scope_all, :only => :home
5
6
def home
7
render 'intro'
8
end
9
10
end