Sha256: ad7732839b91a452758aefdfbd4d737bae5dae29970b5ff0f0099398e91b76f9

Contents?: true

Size: 154 Bytes

Versions: 25

Compression:

Stored size: 154 Bytes

Contents

Rails.application.routes.draw do
  mount S3Relay::Engine => "/s3_relay"

  namespace :s3_relay do
    resources :uploads, only: [:new, :create]
  end
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
s3_relay-0.7.0 test/dummy/config/routes.rb
s3_relay-0.6.2 test/dummy/config/routes.rb
s3_relay-0.6.1 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.7 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.6 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.5 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.4 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.3 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.2 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.1 test/dummy/config/routes.rb
mongoid-direct-s3-upload-0.1.0 test/dummy/config/routes.rb
mongoid_direct_s3_upload-0.1.0 test/dummy/config/routes.rb
s3_relay-0.6.0 test/dummy/config/routes.rb
s3_relay-0.5.1 test/dummy/config/routes.rb
s3_relay-0.5.0 test/dummy/config/routes.rb
s3_relay-0.4.2 test/dummy/config/routes.rb
s3_relay-0.4.1 test/dummy/config/routes.rb
s3_relay-0.4.0 test/dummy/config/routes.rb
s3_relay-0.3.2 test/dummy/config/routes.rb
s3_relay-0.3.1 test/dummy/config/routes.rb