Sha256: 185c057e2823ee25c1b34c5b7f94fe9005bd9d08cae4a3d5e32a8eff501a8f01

Contents?: true

Size: 1.29 KB

Versions: 6

Compression:

Stored size: 1.29 KB

Contents

module ActiveFedora
  module Rdf
    extend ActiveSupport::Autoload
    autoload :Indexing
    autoload :Identifiable
    autoload :ObjectResource

    # Aliases for deprecated ActiveFedora::Rdf Classes/Modules
    # TODO: Remove in 8.0.0
    Resource = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::Resource', 'ActiveTriples::Resource')
    Term = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::Term', 'ActiveTriples::Term')
    List = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::List', 'ActiveTriples::List')
    Configurable = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::Configurable', 'ActiveTriples::Configurable')
    Properties = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::Properties', 'ActiveTriples::Properties')
    Repositories = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::Repositories', 'ActiveTriples::Repositories')
    NodeConfig = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::NodeConfig', 'ActiveTriples::NodeConfig')
    NestedAttributes = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveFedora::Rdf::NestedAttributes', 'ActiveTriples::NestedAttributes')
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active-fedora-7.3.1 lib/active_fedora/rdf.rb
active-fedora-7.3.0 lib/active_fedora/rdf.rb
active-fedora-7.2.0 lib/active_fedora/rdf.rb
active-fedora-7.1.2 lib/active_fedora/rdf.rb
active-fedora-7.1.1 lib/active_fedora/rdf.rb
active-fedora-7.1.0 lib/active_fedora/rdf.rb