Ignore to be removed columns
This commit is contained in:
parent
e975e2a0aa
commit
434210de2e
4 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
class AttestationTemplate < ApplicationRecord
|
||||
self.ignored_columns = ['logo', 'signature']
|
||||
|
||||
include ActionView::Helpers::NumberHelper
|
||||
include TagsSubstitutionConcern
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue