From ca98987c1a14655aedb4bdcf8fef7311131ca1be Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 21:23:38 -0400 Subject: Monsters controller, activities index, and links to activities and items indexes --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 96fec1f..7ed608a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,7 +13,7 @@ Rails.application.routes.draw do resources :chat_messages, only: [:index, :create] resources :locations, only: [:index, :show] - resources :activities, only: [:show] + resources :activities, only: [:index, :show] resources :items, only: [:index, :show] resources :hearth_amenities, only: [] do -- cgit v1.2.3