Sha256: 3cf141c214225ce82d68ceafd97b4514e173021cd85eabbd83b1bd094380db5d

Contents?: true

Size: 201 Bytes

Versions: 153

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module Arel # :nodoc: all
  module OrderPredications
    def asc
      Nodes::Ascending.new self
    end

    def desc
      Nodes::Descending.new self
    end
  end
end

Version data entries

153 entries across 148 versions & 12 rubygems

Version Path
activerecord-6.1.7.7 lib/arel/order_predications.rb
activerecord-7.1.3 lib/arel/order_predications.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/arel/order_predications.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activerecord-7.0.2.3/lib/arel/order_predications.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activerecord-6.1.6.1/lib/arel/order_predications.rb
activerecord-7.1.2 lib/arel/order_predications.rb
activerecord-7.1.1 lib/arel/order_predications.rb
activerecord-7.1.0 lib/arel/order_predications.rb
activerecord-7.1.0.rc2 lib/arel/order_predications.rb
activerecord-7.1.0.rc1 lib/arel/order_predications.rb
activerecord-7.1.0.beta1 lib/arel/order_predications.rb
activerecord-7.0.8 lib/arel/order_predications.rb
activerecord-7.0.7.2 lib/arel/order_predications.rb
activerecord-6.1.7.6 lib/arel/order_predications.rb
activerecord-7.0.7.1 lib/arel/order_predications.rb
activerecord-6.1.7.5 lib/arel/order_predications.rb
activerecord-7.0.7 lib/arel/order_predications.rb
activerecord-7.0.6 lib/arel/order_predications.rb
activerecord-7.0.5.1 lib/arel/order_predications.rb
activerecord-6.1.7.4 lib/arel/order_predications.rb