gitlabhq/app/controllers/dashboard_controller.rb

6 lines
114 B
Ruby
Raw Normal View History

2011-10-13 03:00:00 +02:00
class DashboardController < ApplicationController
def index
@projects = current_user.projects.all
end
end