Sha256: 4738eb9dd5c0e837cc84de436dbb4a4883cb175d7e5e5bbe8c17b5740316c34e

Contents?: true

Size: 121 Bytes

Versions: 8

Compression:

Stored size: 121 Bytes

Contents

RailsApp::Application.routes.draw do
  root :to => 'home#index'

  resources :posts do
    resources :comments
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
loaf-0.8.1 spec/rails_app/config/routes.rb
loaf-0.8.0 spec/rails_app/config/routes.rb
loaf-0.7.0 spec/rails_app/config/routes.rb
loaf-0.6.2 spec/rails_app/config/routes.rb
loaf-0.6.1 spec/rails_app/config/routes.rb
loaf-0.6.0 spec/rails_app/config/routes.rb
loaf-0.5.0 spec/rails_app/config/routes.rb
loaf-0.4.0 spec/rails_app/config/routes.rb