rename engine file
This commit is contained in:
parent
259e7923d6
commit
1a20224481
|
@ -1,11 +1,11 @@
|
||||||
# name: choice-plugin
|
# name: discourse-payments
|
||||||
# about: Integrating Discourse with Stripe
|
# about: Integrating Discourse with Stripe
|
||||||
# version: 1.0.1
|
# version: 1.0.1
|
||||||
# url: https://github.com/choiceaustralia/choice-discourse
|
# url: https://github.com/choiceaustralia/discourse-payments
|
||||||
|
|
||||||
gem 'stripe', '1.58.0'
|
gem 'stripe', '1.58.0'
|
||||||
|
|
||||||
load File.expand_path('../lib/choice-discourse/engine.rb', __FILE__)
|
load File.expand_path('../lib/discourse-payments/engine.rb', __FILE__)
|
||||||
|
|
||||||
Discourse::Application.routes.prepend do
|
Discourse::Application.routes.prepend do
|
||||||
mount ::Choice::Engine, at: '/'
|
mount ::Choice::Engine, at: '/'
|
||||||
|
|
Loading…
Reference in New Issue