diff options
author | David Gay <david@davidgay.org> | 2021-05-18 18:16:04 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-18 18:16:04 -0400 |
commit | 4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 (patch) | |
tree | 194a555305ec8c12271160a2c7ccf3087f16cd41 /config | |
parent | 25c499ae942086b460b886e3d79dc5a55e5f1214 (diff) |
Hearths, HearthAmenities, and BuiltHearthAmenities
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 9e6fb82..21230a8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,6 +18,7 @@ Rails.application.routes.draw do resources :characters, only: [:show, :new, :create] do scope module: :characters do resources :items, only: [:index] + get "/hearth", to: "hearth#index" end end |