Ignore unused display_ad_events columns (#6783)
This commit is contained in:
parent
18a7c58fdd
commit
04e94c89ab
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
class DisplayAdEvent < ApplicationRecord
|
||||
self.ignored_columns = %w[
|
||||
context_id
|
||||
counts_for
|
||||
]
|
||||
|
||||
belongs_to :display_ad
|
||||
belongs_to :user
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue