1
0
mirror of synced 2026-08-31 20:14:59 +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