method

attachable_attributes

rails latest stable - Class: ActionText::Attachment
attachable_attributes()
private

No documentation available.

# File actiontext/lib/action_text/attachment.rb, line 138
      def attachable_attributes
        @attachable_attributes ||= (attachable.try(:to_rich_text_attributes) || {}).stringify_keys
      end