1
0
mirror of synced 2026-08-05 14:47:03 +00:00

fix params

This commit is contained in:
Rimian Perkins
2019-09-13 14:34:06 +10:00
parent 4287e8aa5d
commit c90d4b2f8e
6 changed files with 39 additions and 6 deletions
-1
View File
@@ -32,7 +32,6 @@ after_initialize do
"../app/models/payment",
].each { |path| require File.expand_path(path, __FILE__) }
Discourse::Application.routes.append do
mount ::DiscoursePatrons::Engine, at: 'patrons'
end