2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Require dependency otherwise it causes Sidekiq to lock up in development.

This commit is contained in:
Guo Xiang Tan 2017-09-15 13:02:11 +08:00
parent 5be5def217
commit 23b787e0a6
16 changed files with 20 additions and 8 deletions

View file

@ -1,5 +1,6 @@
require 'uri'
require_dependency 'slug'
require_dependency 'discourse'

class TopicLink < ActiveRecord::Base