summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-28 21:23:38 -0400
committerDavid Gay <david@davidgay.org>2021-05-28 21:23:38 -0400
commitca98987c1a14655aedb4bdcf8fef7311131ca1be (patch)
tree38fdd410cd6fdf97df7fe6215b66765875589ed9 /config/routes.rb
parentdbc5bea2712344664e0760dc287a7f53754b14d1 (diff)
Monsters controller, activities index, and links to activities and items indexes
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
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