mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 08:00:01 +08:00
8 lines
155 B
Ruby
8 lines
155 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiscourseAi
|
|
class Engine < ::Rails::Engine
|
|
engine_name PLUGIN_NAME
|
|
isolate_namespace DiscourseAi
|
|
end
|
|
end
|