Sha256: 9ff69490eb162bd5f8c3079656809f31afa05941aa8539002e0e4a747c991e05
Contents?: true
Size: 216 Bytes
Versions: 6
Compression:
Stored size: 216 Bytes
Contents
class EveApp::Region < EveApp::ApplicationRecord has_many :solar_systems has_many :constellations scope :nspace, -> { where(id: 10000000..10999999) } scope :wspace, -> { where(id: 11000000..11999999) } end
Version data entries
6 entries across 6 versions & 1 rubygems