mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 21:17:27 +08:00
8 lines
179 B
Ruby
Vendored
8 lines
179 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
module ::DiscourseSubscriptions
|
|
class Engine < ::Rails::Engine
|
|
engine_name PLUGIN_NAME
|
|
isolate_namespace DiscourseSubscriptions
|
|
end
|
|
end
|