Sha256: 392e1fdf8b9f60df72d892185787bf62054318d48ce1165d0c998d74b8c39932

Contents?: true

Size: 319 Bytes

Versions: 6

Compression:

Stored size: 319 Bytes

Contents

Rails.application.routes.draw do
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  root 'home#index'

  get '/home/index', to: 'home#index'
  get '/home/help',  to: 'home#help'
  get '/home/about', to: 'home#about'

  resources :users, :only => [:index, :show]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails_amp-0.1.9 spec/dummy/config/routes.rb
rails_amp-0.1.8 spec/dummy/config/routes.rb
rails_amp-0.1.7 spec/dummy/config/routes.rb
rails_amp-0.1.6 spec/dummy/config/routes.rb
rails_amp-0.1.5 spec/dummy/config/routes.rb
rails_amp-0.1.4 spec/dummy/config/routes.rb