about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Pyramid 3.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:56:49 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:56:49 -0400
commitc474cb27e4e68e64f98f8fe0375a63c5c3552705 (patch)
treef5015a32652061939f8ada58e0506b49fa249516 /data/maps/daedalus/rooms/Pyramid 3.txtpb
parent79321fca348b5126467fa64258b3c0340cc8b110 (diff)
downloadlingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.tar.gz
lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.tar.bz2
lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.zip
Assigned IDs for the_gallery
Diffstat (limited to 'data/maps/daedalus/rooms/Pyramid 3.txtpb')
0 files changed, 0 insertions, 0 deletions
; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* 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 User < ApplicationRecord
  # Include default devise modules. Others available are:
  # :confirmable, :lockable, :timeoutable and :omniauthable
  devise :database_authenticatable,
         :recoverable, :rememberable, :trackable, :validatable

  has_secure_token :pokeviewer_token

  has_many :blogs
end