mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 15:55:38 +08:00
8 lines
175 B
Ruby
Vendored
8 lines
175 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
module DiscourseGamification
|
|
class Engine < ::Rails::Engine
|
|
engine_name PLUGIN_NAME
|
|
isolate_namespace DiscourseGamification
|
|
end
|
|
end
|