1
0
mirror of synced 2026-08-31 19:35:40 +00:00

rename engine file

This commit is contained in:
Rimian Perkins
2019-12-04 09:44:20 +11:00
parent 49591130a5
commit 0b908e4da8
2 changed files with 1 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# frozen_string_literal: true
module ::DiscoursePatrons
class Engine < ::Rails::Engine
engine_name 'discourse-patrons'
isolate_namespace DiscoursePatrons
end
end