Sha256: 58b2029b7fa8b58a0fedfc1e6f06b7cf42f7ffd07fefe21785be1ad049e30f94

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

Dummy::Application.routes.draw do
  root :controller => 'dummy', :action => 'index'

  # This is a legacy wild controller route that's not recommended for RESTful applications.
  # Note: This route will make all actions in every controller accessible via GET requests.
  match ':controller(/:action(/:id))(.:format)'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry_views-0.0.2 spec/dummy/config/routes.rb
dry_views-0.0.1 spec/dummy/config/routes.rb