Sha256: f3eab038f5b068f42173bf830b78080601d5896b0c9643819cfdb679556479bd

Contents?: true

Size: 144 Bytes

Versions: 5

Compression:

Stored size: 144 Bytes

Contents

RailsApp::Application.routes.draw do
  resources :foos
  get "foo/two_in_one" => "foos#two_in_one", as: :two_in_one
  root to: 'foos#index'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oh_my_log-1.0.5 spec/dummy/config/routes.rb
oh_my_log-1.0.4 spec/dummy/config/routes.rb
oh_my_log-1.0.3 spec/dummy/config/routes.rb
oh_my_log-1.0.2 spec/dummy/config/routes.rb
oh_my_log-1.0.1 spec/dummy/config/routes.rb