Sha256: bd683052625dabad8fcc95260445b331143776059f3c2ce1037e268ef3677995

Contents?: true

Size: 131 Bytes

Versions: 2

Compression:

Stored size: 131 Bytes

Contents

Dummy::Application.routes.draw do
  resources :authors, :only => [:index, :show] do
    resources :books, :only => :show
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
r_decorator-0.0.7 spec/dummy/config/routes.rb
r_decorator-0.0.6 spec/dummy/config/routes.rb