Sha256: a6ab7665a85572e7425804a7899c8e20c9125581f67b0083df2d5482a2b41314

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

module BrighterPlanet
  module Residence
    module Relationships
      def self.included(target)
        target.belongs_to :residence_class
        target.belongs_to :urbanity
        target.belongs_to :dishwasher_use
        target.belongs_to :air_conditioner_use
        target.belongs_to :clothes_machine_use
        target.belongs_to :zip_code
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
residence-0.0.18 lib/residence/relationships.rb
residence-0.0.17 lib/residence/relationships.rb