Sha256: 3cf141c214225ce82d68ceafd97b4514e173021cd85eabbd83b1bd094380db5d

Contents?: true

Size: 201 Bytes

Versions: 160

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

160 entries across 155 versions & 14 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/activerecord-7.0.8.7/lib/arel/order_predications.rb
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/activerecord-7.1.3.4/lib/arel/order_predications.rb
activerecord-8.0.1 lib/arel/order_predications.rb
activerecord-8.0.0.1 lib/arel/order_predications.rb
activerecord-7.2.2.1 lib/arel/order_predications.rb
activerecord-7.1.5.1 lib/arel/order_predications.rb
activerecord-7.0.8.7 lib/arel/order_predications.rb
activerecord-8.0.0 lib/arel/order_predications.rb
activerecord-7.2.2 lib/arel/order_predications.rb
activerecord-7.1.5 lib/arel/order_predications.rb
activerecord-8.0.0.rc2 lib/arel/order_predications.rb
activerecord-7.2.1.2 lib/arel/order_predications.rb
activerecord-7.1.4.2 lib/arel/order_predications.rb
activerecord-7.0.8.6 lib/arel/order_predications.rb
activerecord-6.1.7.10 lib/arel/order_predications.rb
activerecord-8.0.0.rc1 lib/arel/order_predications.rb
activerecord-6.1.7.9 lib/arel/order_predications.rb
activerecord-7.2.1.1 lib/arel/order_predications.rb
activerecord-7.1.4.1 lib/arel/order_predications.rb
activerecord-7.0.8.5 lib/arel/order_predications.rb