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