Remove ignore_column from Events#data.

Closes #38135.
This commit is contained in:
Andreas Brandl 2018-02-13 18:24:07 +01:00
parent 49b4187942
commit a4a7d2acee
1 changed files with 0 additions and 4 deletions

View File

@ -96,10 +96,6 @@ class Event < ActiveRecord::Base
self.inheritance_column = 'action'
# "data" will be removed in 10.0 but it may be possible that JOINs happen that
# include this column, hence we're ignoring it as well.
ignore_column :data
class << self
def model_name
ActiveModel::Name.new(self, nil, 'event')