Sha256: fe6fd010a4544d15eeff383473d09ea5d3c38c6f8005afea416f9104cc3503f6

Contents?: true

Size: 255 Bytes

Versions: 4

Compression:

Stored size: 255 Bytes

Contents

Rails.application.routes.draw do
  # Resources for testing
  resources :users, :only => [:index]

  get "with_custom_options", :to => "users#with_custom_options"
  get "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.2.0 spec/rails_app/config/routes.rb
comma-3.1.1 spec/rails_app/config/routes.rb
comma-3.1.0 spec/rails_app/config/routes.rb
comma-3.0.6 spec/rails_app/config/routes.rb