Sha256: df0554fa28543b65e7eca866d1585a037670d5c4bfce50209f0ffa90267f23ec
Contents?: true
Size: 285 Bytes
Versions: 23
Compression:
Stored size: 285 Bytes
Contents
Brightcontent::Engine.routes.draw do # TODO: put instead of create get 'attachments/:type/:id' => 'attachments#show', as: :attachments put 'attachments' => 'attachments#create', as: :new_attachment delete 'attachments/:id' => 'attachments#destroy', as: :destroy_attachment end
Version data entries
23 entries across 23 versions & 1 rubygems