Sha256: 34170fc62fd1a7082d80e59f147f6ec8cf46d636215bf31ae5ff09fa9a6688f4

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

Dummy::Application.routes.draw do
  resources :users
  match "/home(.:format)", :to => "home#index", :as => :home
  match "/another(.:format)", :to => "home#another", :as => :another
  root to: "home#index"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axlsx_rails-0.1.1 spec/dummy/config/routes.rb
axlsx_rails-0.1.0 spec/dummy/config/routes.rb