Sha256: 4229ed966416dbcbde4336f82370da0c94ce5a694bbb341af1608b1b156495a7

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

module Archon
  # = Nodes
  # A collection of ARel nodes that do powerful stuff
  module Nodes
    extend ActiveSupport::Autoload

    autoload :Coalesce
    autoload :PopulatedRecordset
    autoload :ValuesList
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archon-0.0.4 lib/archon/nodes.rb