Sha256: 5c858ce0164de91fe16ff26d8c76811fe1e3d171f8796a8f2b3656d09821b331

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

Rails.application.routes.draw do
 # root :to => '404.html' 
 resources :contents do
 end

  match 'contents/*ancestors/:id/edit' => 'contents#edit' 
  match 'contents/*ancestors/:id' => 'contents#update', :via => [:put] 
  match 'contents/*ancestors/:id' => 'contents#show' 
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
common-content-0.0.4 config/routes.rb
common-content-0.0.3 config/routes.rb
common-content-0.0.2 config/routes.rb
common-content-0.0.1 config/routes.rb