Sha256: 3b351a4991bb6cdeff2b474afad8c107dbf51e2518a56e3aa0265fe01d7badf7
Contents?: true
Size: 277 Bytes
Versions: 18
Compression:
Stored size: 277 Bytes
Contents
module ActiveRecord class Relation def qry_options(*args) DirectiveRecord::Relation.new(self).qry_options(*args) end def to_qry(*args) klass.to_qry qry_options(*args) end def qry(*args) klass.qry qry_options(*args) end end end
Version data entries
18 entries across 18 versions & 1 rubygems