DEV: Remove ignored columns

This commit is contained in:
Gerhard Schlager
2019-01-18 22:49:25 +01:00
parent 8a152566e3
commit e9ec5238fc
8 changed files with 0 additions and 28 deletions

View File

@@ -1,9 +1,6 @@
require_dependency 'upload_creator'
class UserProfile < ActiveRecord::Base
# TODO: remove this after Nov 1, 2018
self.ignored_columns = %w{card_image_badge_id}
belongs_to :user, inverse_of: :user_profile
validates :bio_raw, length: { maximum: 3000 }