diff options
author | David Gay <david@davidgay.org> | 2021-05-27 18:26:25 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-27 18:26:25 -0400 |
commit | 2c2de801b4481695f3d1b6b14527116092cb1197 (patch) | |
tree | 63656e5870438ce2b1185b198ff38ce73c5cf78c /config | |
parent | 82ebb73bb4fc53ec5af428a88809ab8f11e52c0b (diff) |
ItemsController that displays item game data
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 71ba34f..6be4012 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -14,6 +14,7 @@ Rails.application.routes.draw do resources :chat_messages, only: [:index, :create] resources :locations, only: [:index, :show] resources :activities, only: [:show] + resources :items, only: [:index, :show] resources :hearth_amenities, only: [] do post "/use", to: "hearth_amenities#use" |