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