mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 07:12:46 +00:00
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
|
||||
# version: 1.0.1
|
||||
# url: https://github.com/choiceaustralia/choice-discourse
|
||||
# url: https://github.com/choiceaustralia/discourse-payments
|
||||
|
||||
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
|
||||
mount ::Choice::Engine, at: '/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user