From 8323f7da46f48b17646f5e7d6b407e1a994d7a3f Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 19 May 2021 19:41:34 -0400 Subject: Show constructed amenities and provide links for building new ones --- app/controllers/characters/hearth_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/characters') diff --git a/app/controllers/characters/hearth_controller.rb b/app/controllers/characters/hearth_controller.rb index 27cd77d..f2d2bf7 100644 --- a/app/controllers/characters/hearth_controller.rb +++ b/app/controllers/characters/hearth_controller.rb @@ -1,5 +1,6 @@ class Characters::HearthController < ApplicationController def index @all_amenities = HearthAmenity.all + @construct_activities = Activity.where("gid like ?", "construct_%") end end -- cgit v1.2.3