aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/core.rb')
-rw-r--r--activerecord/lib/active_record/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index 82cf7563a2..4f10cddc87 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -126,7 +126,7 @@ module ActiveRecord
class_attribute :default_connection_handler, instance_writer: false
##
- # Specifies columns which don't want to be exposed while calling #inspect
+ # Specifies columns which shouldn't be exposed while calling #inspect.
class_attribute :filter_attributes, instance_writer: false, default: []
def self.connection_handler