rename engine file

This commit is contained in:
Rimian Perkins 2017-02-15 12:36:38 +11:00
parent 259e7923d6
commit 1a20224481
2 changed files with 3 additions and 3 deletions

View File

@ -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: '/'