rom-rb/rom-neo4j

View on GitHub
lib/rom/neo4j/transproc_functions.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ROM
  module Neo4j
    # Collection of Transproc functions used by the adapter
    module TransprocFunctions
      extend Transproc::Registry
      import Transproc::HashTransformations
    end
  end
end