1
0
mirror of synced 2026-08-03 05:37:04 +00:00
Files

9 lines
193 B
Ruby
Raw Permalink Normal View History

2019-09-11 18:32:09 +10:00
# frozen_string_literal: true
2019-12-04 11:23:45 +11:00
module ::DiscourseSubscriptions
2019-09-11 18:32:09 +10:00
class Engine < ::Rails::Engine
engine_name "discourse-subscriptions"
2019-12-04 11:23:45 +11:00
isolate_namespace DiscourseSubscriptions
2019-09-11 18:32:09 +10:00
end
end