instance method
inspect
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
inspect()
No documentation comment.
Source
# File actiontext/lib/action_text/attachment.rb, line 88
def inspect
"#<#{self.class.name} attachable=#{attachable.inspect}>"
end
Defined in actiontext/lib/action_text/attachment.rb line 88
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment