From 20ea3eb09d1c9847984e812df34c12dbdd48789b Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 26 May 2021 22:26:58 -0400 Subject: Sort some things --- app/controllers/characters/hearth_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/characters/hearth_controller.rb') diff --git a/app/controllers/characters/hearth_controller.rb b/app/controllers/characters/hearth_controller.rb index 8cbd368..644c2e5 100644 --- a/app/controllers/characters/hearth_controller.rb +++ b/app/controllers/characters/hearth_controller.rb @@ -1,6 +1,6 @@ class Characters::HearthController < ApplicationController def index - @all_amenities = HearthAmenity.all + @all_amenities = HearthAmenity.all.order(:id) @construct_activities = Activity.where("gid like ?", "construct_%") @amenity_activities = { -- cgit v1.2.3