Class: SiteNode

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/site_node.rb

Instance Method Summary collapse

Instance Method Details

#update_cache_versionObject



15
16
17
18
# File 'app/models/site_node.rb', line 15

def update_cache_version
  # 记录节点变更时间,用于清除缓存
  CacheVersion.sites_updated_at = Time.now.to_i
end