Sha256: 371331aab5018eb58ed6aef41f924eca261c069097c2163efa25ce1407b52530

Contents?: true

Size: 520 Bytes

Versions: 16

Compression:

Stored size: 520 Bytes

Contents

Dummy::Application.routes.draw do
  resources :places

  match '/media/*dragonfly', :to => Dragonfly[:images]

  root :to => "artists#index"
  resources :artists do
    resources :works
  end
  resources :places
# AttachmentMagick routes
  delete 'attachment_magick/images/:id/:data_attachment',  :to => 'attachment_magick/images#destroy'
  post 'attachment_magick/images/update_sortable', :to => 'attachment_magick/images#update_sortable'
  post 'attachment_magick/images', :to => 'attachment_magick/images#create'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
attachment_magick-0.3.6 test/dummy/config/routes.rb
attachment_magick-0.3.5 test/dummy/config/routes.rb
attachment_magick-0.3.4 test/dummy/config/routes.rb
attachment_magick-0.3.3 test/dummy/config/routes.rb
attachment_magick-0.3.2 test/dummy/config/routes.rb
attachment_magick-0.3.1 test/dummy/config/routes.rb
attachment_magick-0.3 test/dummy/config/routes.rb
attachment_magick-0.2.7 test/dummy/config/routes.rb
attachment_magick-0.2.6 test/dummy/config/routes.rb
attachment_magick-0.2.5 test/dummy/config/routes.rb
attachment_magick-0.2.4 test/dummy/config/routes.rb
attachment_magick-0.2.3 test/dummy/config/routes.rb
attachment_magick-0.2.2 test/dummy/config/routes.rb
attachment_magick-0.2.1 test/dummy/config/routes.rb
attachment_magick-0.2.0 test/dummy/config/routes.rb
attachment_magick-0.1.0 test/dummy/config/routes.rb