0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-calendar/lib/discourse_post_event/engine.rb
2025-07-15 16:38:05 +02:00

8 lines
169 B
Ruby
Vendored

# frozen_string_literal: true
module DiscoursePostEvent
class Engine < ::Rails::Engine
engine_name PLUGIN_NAME
isolate_namespace DiscoursePostEvent
end
end