about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Purple Smiley.txtpb
blob: 5f6c9897c6ac0696e84ce9ed946e2c22512ff373 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Purple Smiley"
panel_display_name: "Northeast Area"
panels {
  name: "SMILE"
  path: "Panels/Smiley Rooms/purple"
  clue: "smile"
  answer: "purple"
  symbols: QUESTION
}
or: #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
end