mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-09 13:24:53 +00:00
8 lines
147 B
Ruby
8 lines
147 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiscourseDataExplorer
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace DiscourseDataExplorer
|
|
end
|
|
end
|