Sha256: 4ebb25e2c80dc5e03336ea4696e9d9b083b1368c5776b0e5f0c7dc2418d0ec49

Contents?: true

Size: 211 Bytes

Versions: 17

Compression:

Stored size: 211 Bytes

Contents

ApiTaster::Engine.routes.draw do
  resources :routes, :only => [:index, :show] do
    collection do
      get :missing_definitions
      get :obsolete_definitions
    end
  end

  root :to => 'routes#index'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
api_taster-0.8.4 config/routes.rb
api_taster-0.8.3 config/routes.rb
api_taster-0.8.2 config/routes.rb
api_taster-0.8.1 config/routes.rb
api_taster-0.7.0 config/routes.rb
api_taster-0.6.0 config/routes.rb
api_taster-0.5.1 config/routes.rb
api_taster-0.5.0 config/routes.rb
api_taster-0.4.8 config/routes.rb
api_taster-0.4.7 config/routes.rb
api_taster-0.4.6 config/routes.rb
api_taster-0.4.5 config/routes.rb
api_taster-0.4.4 config/routes.rb
api_taster-0.4.3 config/routes.rb
api_taster-0.4.2 config/routes.rb
api_taster-0.4.1 config/routes.rb
api_taster-0.4.0 config/routes.rb