Sha256: 1e635cb9dd6a8fca1dc571546c6e8e2e8476c659a3473b49967a6f488de17461

Contents?: true

Size: 192 Bytes

Versions: 11

Compression:

Stored size: 192 Bytes

Contents

Dummy::Application.routes.draw do
  get "/subclassed_pages/*id" => 'subclassed_pages#show', :format => false
  get "/alternative_finder/*id" => 'alternative_finder#show', :format => false
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
high_voltage-3.1.1 spec/fixtures/config/routes.rb
high_voltage-3.1.0 spec/fixtures/config/routes.rb
high_voltage-3.0.0 spec/fixtures/config/routes.rb
high_voltage-2.4.0 spec/fixtures/config/routes.rb
high_voltage-2.3.0 spec/fixtures/config/routes.rb
high_voltage-2.2.1 spec/dummy/config/routes.rb
high_voltage-2.2.0 spec/dummy/config/routes.rb
high_voltage-2.1.0 spec/dummy/config/routes.rb
high_voltage-2.0.0 spec/dummy/config/routes.rb
high_voltage-1.2.4 spec/dummy/config/routes.rb
high_voltage-1.2.3 spec/dummy/config/routes.rb