method
attachable_filename
v7.2.3 -
Show latest stable
- Class:
ActionText::Attachable
attachable_filename()public
No documentation available.
# File actiontext/lib/action_text/attachable.rb, line 87
def attachable_filename
filename.to_s if respond_to?(:filename)
end