method
process_attributes
v7.2.3 -
Show latest stable
- Class:
ActionText::Attachment
process_attributes(attributes)private
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 58
def process_attributes(attributes)
attributes.transform_keys { |key| key.to_s.underscore.dasherize }.slice(*ATTRIBUTES)
end