mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 05:01:43 +08:00
DEV: Remove stale ignored_columns from models.
This commit is contained in:
parent
2dcad9772f
commit
9f5c8644d0
13 changed files with 0 additions and 51 deletions
|
@ -1,10 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class UserApiKey < ActiveRecord::Base
|
||||
self.ignored_columns = [
|
||||
"scopes" # TODO(2020-12-18): remove
|
||||
]
|
||||
|
||||
REVOKE_MATCHER = RouteMatcher.new(actions: "user_api_keys#revoke", methods: :post, params: [:id])
|
||||
|
||||
belongs_to :user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue