Sha256: f247890a1bf5cc95a380a96d79f782e90510c2540aa805d7cf041796e8f8d848
Contents?: true
Size: 154 Bytes
Versions: 5
Compression:
Stored size: 154 Bytes
Contents
class City < ApplicationRecord belongs_to :country has_many :clients scope :russia, -> {where(country_id: Country.find_by(iso_code: 'RU').id)} end
Version data entries
5 entries across 5 versions & 1 rubygems