method
attachable_attributes
v8.1.1 -
Show latest stable
- Class:
ActionText::Attachment
attachable_attributes()private
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 140
def attachable_attributes
@attachable_attributes ||= (attachable.try(:to_rich_text_attributes) || {}).stringify_keys
end