about summary refs log tree commit diff stats
path: root/data/maps/the_parthenon/rooms/U Keyholder.txtpb
blob: 0a5c31ba82bd713ddb7be2b78aee785c4840de67 (plain) (blame)
1
2
3
4
5
6
name: "U Keyholder"
keyholders {
  name: "U"
  path: "Components/KeyHolders/keyHolderU"
  key: "u"
}
pan>< ApplicationRecord extend Enumerize audited only: [:status, :progress] validates :title, presence: true validates :status, presence: true enumerize :status, in: [:playing, :upcoming, :held, :dropped, :finished], default: :upcoming end