diff --git a/actiontext/lib/action_text/content.rb b/actiontext/lib/action_text/content.rb index c238d0266c..9872b9b93e 100644 --- a/actiontext/lib/action_text/content.rb +++ b/actiontext/lib/action_text/content.rb @@ -100,7 +100,7 @@ module ActionText end def inspect - "#<#{self.class.name} #{to_s.truncate(25).inspect}>" + "#<#{self.class.name} #{to_html.truncate(25).inspect}>" end def ==(other)