From 4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 18 May 2021 18:16:04 -0400 Subject: Hearths, HearthAmenities, and BuiltHearthAmenities --- app/controllers/characters/hearth_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/controllers/characters/hearth_controller.rb (limited to 'app/controllers') diff --git a/app/controllers/characters/hearth_controller.rb b/app/controllers/characters/hearth_controller.rb new file mode 100644 index 0000000..010404d --- /dev/null +++ b/app/controllers/characters/hearth_controller.rb @@ -0,0 +1,4 @@ +class Characters::HearthController < ApplicationController + def index + end +end -- cgit v1.2.3