2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/plugins/discourse-local-dates/lib/discourse_local_dates/engine.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
194 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-05-04 16:18:33 +10:00
module ::DiscourseLocalDates
class Engine < ::Rails::Engine
engine_name DiscourseLocalDates::PLUGIN_NAME
isolate_namespace DiscourseLocalDates
end
end