Sha256: 9aefc9a8307f064c9c1d39a660c7a6f9f745be87540e9d004e342bd35dc89d03

Contents?: true

Size: 382 Bytes

Versions: 10

Compression:

Stored size: 382 Bytes

Contents

Rails.application.routes.draw do
  # get "netzke_testing/components/:component", controller: :netzke_testing, action: :components
  # get "netzke_testing/specs"
  if Rails.env.test? || Rails.env.development?
    get 'netzke/components/:class' => 'netzke/testing#components', as: :netzke_components
    get 'netzke/specs/*name' => 'netzke/testing#specs', as: :netzke_specs
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
netzke-testing-0.11.2 config/routes.rb
netzke-testing-0.12.1 config/routes.rb
netzke-testing-0.12.0 config/routes.rb
netzke-testing-0.12.0.beta2 config/routes.rb
netzke-testing-0.12.0.beta config/routes.rb
netzke-testing-0.11.1 config/routes.rb
netzke-testing-0.10.0 config/routes.rb
netzke-testing-0.10.0.rc1 config/routes.rb
netzke-testing-0.9.1 config/routes.rb
netzke-testing-0.9.0 config/routes.rb