ignore Keep hints when verifying collection uuid == md5sum
[arvados.git] / app / controllers / static_controller.rb
1 class StaticController < ApplicationController
2
3   skip_before_filter :uncamelcase_params_hash_keys
4   skip_before_filter :find_object_by_uuid
5   skip_before_filter :login_required, :only => :home
6
7   def home
8     render 'intro'
9   end
10
11 end