discourse-subscriptions/lib/discourse_payments/engine.rb

7 lines
147 B
Ruby
Raw Normal View History

2017-02-14 21:03:58 -05:00
module ::DiscoursePayments
class Engine < ::Rails::Engine
engine_name 'discourse-payments'
isolate_namespace DiscoursePayments
end
end