class Rails::Generators::ScaffoldControllerGenerator

def attachments?(name)

def attachments?(name)
  attribute = attributes.find { |attr| attr.name == name }
  attribute&.attachments?
end