diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 8510966..2f094a5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,7 +13,9 @@ Rails.application.routes.draw do resources :chat_messages, only: [:index, :create] resources :locations, only: [:index, :show] - resources :activities, only: [:index, :show] + resources :activities, only: [:index, :show] do + get :costs_and_requirements, on: :member + end resources :items, only: [:index, :show] resources :hearth_amenities, only: [] do |