Method: Formstrap::FileView#nested_attribute

Defined in:
app/models/formstrap/file_view.rb

#nested_attributeObject



53
54
55
# File 'app/models/formstrap/file_view.rb', line 53

def nested_attribute
  attached.is_a?(ActiveStorage::Attached::Many) ? :"#{attribute}_attachments" : :"#{attribute}_attachment"
end