about summary refs log tree commit diff stats
path: root/data/maps/the_double_sided/rooms/Brown Area.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-29 10:48:19 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-29 10:48:19 -0400
commitf97b4ff4821f2945f22198dcbd5c627a64b4be50 (patch)
treefe50f3299164be7ff70d2cc8ed8f14fb7a38b4d4 /data/maps/the_double_sided/rooms/Brown Area.txtpb
parent51c4886f15e7e10cdee2d5b2f92510c700f0c537 (diff)
downloadlingo2-archipelago-f97b4ff4821f2945f22198dcbd5c627a64b4be50.tar.gz
lingo2-archipelago-f97b4ff4821f2945f22198dcbd5c627a64b4be50.tar.bz2
lingo2-archipelago-f97b4ff4821f2945f22198dcbd5c627a64b4be50.zip
[Data] Fix castle stairs (again)
Diffstat (limited to 'data/maps/the_double_sided/rooms/Brown Area.txtpb')
0 files changed, 0 insertions, 0 deletions
d } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
class Score < ApplicationRecord
  belongs_to :puzzle

  validates :name, presence: true
  validates :ip, presence: true
  validates_uniqueness_of :name, scope: :puzzle_id
end