Sha256: fae0fe9213a8831df67ed5f526a16f706b3628bcade976b36f6fe830706cfecb

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

module Hatchy
  class DashboardController < ApplicationController
    def index
      @my_projects = current_user.projects
      @supported_projects = nil
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hatchy-0.0.6.pre app/controllers/hatchy/dashboard_controller.rb
hatchy-0.0.5.pre app/controllers/hatchy/dashboard_controller.rb