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

Version Path
simple_form_attachments-1.2.0 config/routes.rb
simple_form_attachments-1.1.1 config/routes.rb
simple_form_attachments-1.1.0 config/routes.rb
simple_form_attachments-1.0.1 config/routes.rb
simple_form_attachments-1.0.0 config/routes.rb