Commit 65ef56cd authored by Dave Liu's avatar Dave Liu

Add prepend_mod_with to UserStatus and Projects::Topic

parent 49b81ec2
......@@ -28,3 +28,5 @@ module Projects
end
end
end
::Projects::Topic.prepend_mod_with('Projects::Topic')
......@@ -33,3 +33,5 @@ class UserStatus < ApplicationRecord
self.clear_status_at = CLEAR_STATUS_QUICK_OPTIONS[value]&.from_now
end
end
UserStatus.prepend_mod_with('UserStatus')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment