# File app/controllers/conferences_controller.rb, line 138
  def check_auth
    public = [:index, :list, :show, :proposals]
    return true if public.include? request.path_parameters['action'].to_sym
  end