mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -6,7 +6,7 @@ class Developer < ActiveRecord::Base
|
||||
after_save :rebuild_cache
|
||||
after_destroy :rebuild_cache
|
||||
|
||||
@id_cache = DistributedCache.new('developer_ids')
|
||||
@id_cache = DistributedCache.new("developer_ids")
|
||||
|
||||
def self.user_ids
|
||||
@id_cache["ids"] || rebuild_cache
|
||||
|
Reference in New Issue
Block a user