Chatwoot/app/controllers/dashboard_controller.rb
2019-10-20 14:17:26 +05:30

5 lines
91 B
Ruby

class DashboardController < ActionController::Base
layout 'vueapp'
def index; end
end