test/dummy/config/routes.rb in buoys-2.0.1 vs test/dummy/config/routes.rb in buoys-2.0.2

- old
+ new

@@ -1,7 +1,7 @@ -# frozen_string_literal: true - Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + get 'about' => 'dummy#dummy', as: :about get 'about/history' => 'dummy#dummy', as: :history resources :users, only: [] do resources :items, only: %i(show edit)