test/dummy/config/routes.rb in simple_calendar-3.0.0 vs test/dummy/config/routes.rb in simple_calendar-3.0.1
- old
+ new
@@ -1,6 +1,10 @@
Rails.application.routes.draw do
- resources :meetings
+ resources :meetings do
+ collection do
+ get :business_week
+ end
+ end
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
root "meetings#index"
end