diff options
author | David Gay <david@davidgay.org> | 2021-05-18 18:35:49 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-18 18:35:49 -0400 |
commit | 9ab7dfd99e7015513bfe1a092f257c1c7a7afb1b (patch) | |
tree | db536029ff1031d33468899e22b3c26dfcddbe2d /app/controllers | |
parent | 4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 (diff) |
Display hearth foundation requirements
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/characters/hearth_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/characters/hearth_controller.rb b/app/controllers/characters/hearth_controller.rb index 010404d..27cd77d 100644 --- a/app/controllers/characters/hearth_controller.rb +++ b/app/controllers/characters/hearth_controller.rb @@ -1,4 +1,5 @@ class Characters::HearthController < ApplicationController def index + @all_amenities = HearthAmenity.all end end |