summaryrefslogtreecommitdiff
path: root/app/controllers/characters/hearth_controller.rb
blob: 27cd77d19b54770739759de57a9b8df29d519bd1 (plain)
1
2
3
4
5
class Characters::HearthController < ApplicationController
  def index
    @all_amenities = HearthAmenity.all
  end
end