Sha256: 31380f40060bb3d3fd7b37f292dd729da578fd3a215f9c79288ffed6e2d4afde
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Pragma module AssociationIncluder class Poro < Base class << self def supports?(_relation) true end end def include_associations(_expands) relation end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pragma-2.5.0 | lib/pragma/association_includer/poro.rb |