gitlabhq/app/controllers/dashboard_controller.rb
2011-10-12 16:19:14 +03:00

6 lines
114 B
Ruby

class DashboardController < ApplicationController
def index
@projects = current_user.projects.all
end
end