Specifies columns which shouldn't be exposed while calling #inspect.
#inspect
Returns columns which shouldn't be exposed while calling #inspect.
Source:
# File activerecord/lib/active_record/core.rb, line 239 def filter_attributes if defined?(@filter_attributes) @filter_attributes else superclass.filter_attributes end end