1
0
mirror of synced 2026-08-05 15:26:55 +00:00
Files

13 lines
218 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
module DiscourseAi
module Admin
class DashboardController < ::Admin::StaffController
requires_plugin DiscourseAi::PLUGIN_NAME
def sentiment
end
end
end
end