Sha256: c7997a06255f330b247f866160d1ee3326b2396b1c6a001657a2ab99bbc8f2ee
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
class EveApp::Category < EveApp::ApplicationRecord MATERIAL = 4 ACCESSOIRE = 5 SHIP = 6 MODULE = 7 CHARGE = 8 BLUEPRINT = 9 SKILL = 16 COMMODITY = 17 DRONE = 18 DEPLOYABLE = 22 STARBASE = 23 IMPLANT = 20 APPAREL = 30 SUBSYSTEM = 32 ANCIENT_RELICS = 34 DECRYPTOR = 35 PLANET_INTERACTION = 41 PLANETARY COMMODITY = 43 STRUCTURE = 65 STRUCTURE_MODULE = 66 FIGHTER = 87 has_many :types scope :published, -> { where(published: true) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eve_app-0.1.4 | app/models/eve_app/category.rb |