instance method
attachable_filename
Ruby on Rails 6.0.6
Since v6.0.6Signature
attachable_filename()
No documentation comment.
Source
# File actiontext/lib/action_text/attachable.rb, line 50
def attachable_filename
filename.to_s if respond_to?(:filename)
end
Defined in actiontext/lib/action_text/attachable.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachable