2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00
This commit is contained in:
nanaya 2025-03-30 01:02:51 +09:00
parent 3387688982
commit 3ca567512a

View File

@ -1,5 +1,5 @@
class ForumPost < ApplicationRecord
LATEST_CACHE_KEY = 'forum_posts_latest_v4'
LATEST_CACHE_KEY = "forum_posts_latest_v4"
belongs_to :creator, class_name: "User", foreign_key: :creator_id
belongs_to :updater, class_name: "User", foreign_key: :last_updated_by