summaryrefslogtreecommitdiff
path: root/app/controllers/characters
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-26 22:26:58 -0400
committerDavid Gay <david@davidgay.org>2021-05-26 22:26:58 -0400
commit20ea3eb09d1c9847984e812df34c12dbdd48789b (patch)
tree755b7791f113cef87bea5bceddb44fdec1ea3c97 /app/controllers/characters
parented8575488c4e506c4a07f005855e47b92620646d (diff)
Sort some things
Diffstat (limited to 'app/controllers/characters')
-rw-r--r--app/controllers/characters/hearth_controller.rb2
1 files changed, 1 insertions, 1 deletions
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 = {