summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard_controller.rb
blob: 2476b17ef90a75c4cb691785cbbe73bed4b3ce0c (plain)
1
2
3
4
5
class DashboardController < ApplicationController
  def index
    @projects = current_user.projects.all
  end
end