Sha256: 5b7c7a16d89919036ff1d32e85d761526ac9722e87d1be0fc6848e399834b381

Contents?: true

Size: 212 Bytes

Versions: 33

Compression:

Stored size: 212 Bytes

Contents

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

    self.macro = :singular_rdf

    def initialize(model, name, options)
      super
      @name = :"#{name}_id"
    end

  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
active-fedora-9.0.8 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.5.0 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.4.3 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.4.2 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.4.1 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.4.0 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.3.0 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.2.1 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.2.0 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.2.0.rc2 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.2.0.rc1 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.1.2 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.1.1 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.1.0 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.1.0.rc1 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.0.6 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.0.5 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.0.4 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.0.3 lib/active_fedora/associations/builder/singular_property.rb
active-fedora-9.0.2 lib/active_fedora/associations/builder/singular_property.rb