gitlab-org--gitlab-foss/app/controllers/dashboard/application_controller.rb

4 lines
88 B
Ruby
Raw Normal View History

2015-04-30 13:06:18 -04:00
class Dashboard::ApplicationController < ApplicationController
layout 'dashboard'
2015-04-30 13:06:18 -04:00
end