Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Object

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

ATTRIBUTE_TYPES = { "previewable" => ->(value) { value.to_s == "true" }, "filesize" => ->(value) { Integer(value.to_s, exception: false) || value }, "width" => ->(value) { Integer(value.to_s, exception: false) }, "height" => ->(value) { Integer(value.to_s, exception: false) }, :default => ->(value) { value.to_s } }

ATTRIBUTES = %w( sgid contentType url href filename filesize width height previewable content ) + COMPOSED_ATTRIBUTES

COMPOSED_ATTRIBUTES = %w( caption presentation )

SELECTOR = "[data-trix-attachment]"

TAG_NAME = "figure"

Attributes

[R] node
Show files where this class is defined (1 file)
Register or log in to add new notes.