Sha256: 1e85109cf02f9a8cc97c467f18ae706b0060b1ca3e4f7fba894e776be3ad602f

Contents?: true

Size: 146 Bytes

Versions: 12

Compression:

Stored size: 146 Bytes

Contents

Flipflop::Engine.routes.draw do
  resources :features, path: "", only: [:index] do
    resources :strategies, only: [:update, :destroy]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
flipflop-2.8.0 config/routes.rb
flipflop-2.7.1 config/routes.rb
flipflop-2.7.0 config/routes.rb
flipflop-2.6.0 config/routes.rb
flipflop-2.5.0 config/routes.rb
flipflop-2.4.0 config/routes.rb
flipflop-2.3.1 config/routes.rb
flipflop-2.3.0 config/routes.rb
flipflop-2.2.1 config/routes.rb
flipflop-2.2.0 config/routes.rb
flipflop-2.1.0 config/routes.rb
flipflop-2.0.0 config/routes.rb