Prepare to drop columns
This commit is contained in:
parent
b32b12afbb
commit
88842918f9
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
class AttestationTemplate < ApplicationRecord
|
||||
self.ignored_columns = ['logo', 'signature']
|
||||
self.ignored_columns = ['logo', 'signature', 'logo_secure_token', 'signature_secure_token']
|
||||
|
||||
include ActionView::Helpers::NumberHelper
|
||||
include TagsSubstitutionConcern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue