Sha256: 6ca521a86dd834e1e234ad25b28b4dc7e96869e9cb9e331b9f1ecae62bd59d9d
Contents?: true
Size: 225 Bytes
Versions: 28
Compression:
Stored size: 225 Bytes
Contents
class EveApp::Station < EveApp::ApplicationRecord belongs_to :solar_system belongs_to :region has_many :stations scope :active, -> { where(deleted: false) } scope :structure, -> { where('id > ?', 100000000) } end
Version data entries
28 entries across 28 versions & 1 rubygems