diff options
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 88d75ef..4dea419 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -33,6 +33,7 @@ Rails.application.routes.draw do post "/activate", to: "titles#activate" end get "/hearth", to: "hearth#index" + get "/hearth/loamspire", to: "hearth/hearth_plantings#index" end end |