debian-mirror-gitlab/app/controllers/dashboard/application_controller.rb

4 lines
88 B
Ruby
Raw Normal View History

2015-09-11 14:41:01 +05:30
class Dashboard::ApplicationController < ApplicationController
layout 'dashboard'
end