Sha256: 297c827ff8f5d14b79d0b017e57724fd8cce0cfd8be152c1df234ddc41111112
Contents?: true
Size: 219 Bytes
Versions: 5
Compression:
Stored size: 219 Bytes
Contents
SimpleFormAttachments::Engine.routes.draw do scope module: :simple_form_attachments do get 'attachments/:id' => 'upload#show', as: :attachment post 'attachments' => 'upload#create', as: :attachments end end
Version data entries
5 entries across 5 versions & 1 rubygems