Sha256: 91158d934ec993486e6c1bc26d140b1401027473093202ef023a45e54e2d9989

Contents?: true

Size: 133 Bytes

Versions: 4

Compression:

Stored size: 133 Bytes

Contents

Dummy::Application.routes.draw do
  TestController.actions.each do |action|
    get action, to: ['test', action].join('#')
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
redis-actionpack-5.5.0 test/dummy/config/routes.rb
redis-actionpack-5.4.0 test/dummy/config/routes.rb
redis-actionpack-5.3.0 test/dummy/config/routes.rb
slab-redis-actionpack-5.3.0 test/dummy/config/routes.rb