welcome_controller.rb 124 Bytes Raw Blame History Permalink 1 2 3 4 5 6 class WelcomeController < ApplicationController def index @projects = Gitlab::Project.all end end # vim: set ts=2 sw=2: