models: remove columns that have been deleted from db schema
These columns are gone, so we can't stop ignoring them.
This commit is contained in:
parent
b46a148a4c
commit
2892fdbeef
5 changed files with 0 additions and 8 deletions
|
@ -12,8 +12,6 @@
|
|||
# procedure_id :integer
|
||||
#
|
||||
class AttestationTemplate < ApplicationRecord
|
||||
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