1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-03 01:08:23 +09:00

Fix sort order of values!

This commit is contained in:
Matt Jankowski 2024-11-27 16:40:11 -05:00
parent 94b1f4d586
commit 0edc9f339c

View File

@ -45,8 +45,8 @@ class Setting < ApplicationRecord
after_commit :expire_cache, on: %i(destroy)
self.ignored_columns += %w(
thing_type
thing_id
thing_type
)
class << self