Sha256: 10618b8d6c4274a019603f991c79aa6d06cf660063141ce28d2e9ba21d5b5b1e

Contents?: true

Size: 268 Bytes

Versions: 23

Compression:

Stored size: 268 Bytes

Contents

module ActiveFedora::Associations::Builder
  class Property < Association

    self.macro = :rdf
    self.valid_options = [:class_name, :predicate]

    def initialize(model, name, options)
      super
      @name = :"#{name.to_s.singularize}_ids"
    end

  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
active-fedora-9.0.8 lib/active_fedora/associations/builder/property.rb
active-fedora-9.1.2 lib/active_fedora/associations/builder/property.rb
active-fedora-9.1.1 lib/active_fedora/associations/builder/property.rb
active-fedora-9.1.0 lib/active_fedora/associations/builder/property.rb
active-fedora-9.1.0.rc1 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.6 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.5 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.4 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.3 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.2 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.1 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.rc3 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.rc2 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.rc1 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.beta8 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.beta7 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.beta6 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.beta5 lib/active_fedora/associations/builder/property.rb
active-fedora-9.0.0.beta4 lib/active_fedora/associations/builder/property.rb