Sha256: 6405e5827df8ebd773f3c9b924927ccc30994fddc3fc9e8d1dccd6bedce9108a
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
Dummy::Application.routes.draw do match 'testing', :to => 'testing#redirect', :constraints => { :id => /[A-Z]\d{5}/ } match '*tests', :controller => 'testing', :action => 'index' resources :users, :only => [ :index, :show, :create ] do resources :albums, :only => [ :index, :show, :create, :update, :destroy ] do resources :images, :only => [ :index, :show, :create, :update, :destroy ] end end resources :images end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rapidoc-0.0.6 | spec/dummy/config/routes.rb |