Sha256: a1e0354781c8946c3384bfe8204b70ea2664bf82cd16abd9434e33188b7e60f3

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

module Helpers
  def qualified_attribute(*args)
    ROM::SQL::QualifiedAttribute[*args]
  end

  def assoc_name(*args)
    ROM::SQL::Association::Name[*args]
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rom-sql-0.9.1 spec/support/helpers.rb
rom-sql-0.9.0 spec/support/helpers.rb
rom-sql-0.8.0 spec/support/helpers.rb