Sha256: b54eae4e29a5d9407fba53d8c82df7ec50317121c1dcd7d44807d7f08b451cda

Contents?: true

Size: 100 Bytes

Versions: 8

Compression:

Stored size: 100 Bytes

Contents

TodoRails::Engine.routes.draw do
  resources :tasks, except: [:new, :edit]
  root 'index#index'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
todo_rails-0.1.7 config/routes.rb
todo_rails-0.1.6 config/routes.rb
todo_rails-0.1.5 config/routes.rb
todo_rails-0.1.4 config/routes.rb
todo_rails-0.1.3 config/routes.rb
todo_rails-0.1.2 config/routes.rb
todo_rails-0.1.1 config/routes.rb
todo_rails-0.1.0 config/routes.rb