Sha256: 33689a8f80a973b39b4f6ab5b52751e56571b5b4567f161709d58ee0ff63dd37

Contents?: true

Size: 122 Bytes

Versions: 5

Compression:

Stored size: 122 Bytes

Contents

class Country < ApplicationRecord
  has_many :cities
  has_many :clients

  scope :eurounion, -> { where(eu: true) }

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
digital_heroes_startkit-0.1.1.4 app/models/country.rb
digital_heroes_startkit-0.1.1.3 app/models/country.rb
digital_heroes_startkit-0.1.1.2 app/models/country.rb
digital_heroes_startkit-0.1.1.1 app/models/country.rb
digital_heroes_startkit-0.1.1 app/models/country.rb