method

attachable_attributes

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