gitlabhq/app/controllers/dashboard_controller.rb
Dmitriy Zaporozhets d378468794 v1.0
2011-10-13 04:00:00 +03:00

6 lines
114 B
Ruby

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