Sha256: 1d54e11bf1867818d77505befe70400297b007034f17045d2bf4031f6ec299ac
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
Rails.application.routes.draw do # Resources for testing resources :users, :only => [:index] match "with_custom_options", :to => "users#with_custom_options" match "with_custom_style", :to => "users#with_custom_style" root :to => "users#index" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
comma-3.0.5 | spec/rails_app/config/routes.rb |
comma-3.0.4 | spec/rails_app/config/routes.rb |
comma-3.0.3 | spec/rails_app/config/routes.rb |
comma-3.0.2 | spec/rails_app/config/routes.rb |