mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 04:34:04 +08:00
12 lines
205 B
Ruby
Vendored
12 lines
205 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
module DiscourseAi
|
|
module Admin
|
|
class DashboardController < ::Admin::StaffController
|
|
requires_plugin PLUGIN_NAME
|
|
|
|
def sentiment
|
|
end
|
|
end
|
|
end
|
|
end
|