mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
8 lines
144 B
Ruby
8 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ::Follow
|
|
class Engine < ::Rails::Engine
|
|
engine_name "follow"
|
|
isolate_namespace Follow
|
|
end
|
|
end
|