mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
Lint fix
This commit is contained in:
parent
3387688982
commit
3ca567512a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user