3 lines
88 B
Ruby
3 lines
88 B
Ruby
class Dashboard::ApplicationController < ApplicationController
|
|
layout 'dashboard'
|
|
end
|