Sha256: 34e093d99a6877653cd8eadea32152efb6558a867fef6eed2f898f813a9e538e
Contents?: true
Size: 217 Bytes
Versions: 8
Compression:
Stored size: 217 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Domain < Model attribute :name, :string to_one :owning_organization, :as => :organization scoped_to_organization :owning_organization end end
Version data entries
8 entries across 8 versions & 1 rubygems