Sha256: 2bcedaf239f7ccd59d5a63720e964645810a67f38d65eecabdbbea71081f88bb

Contents?: true

Size: 158 Bytes

Versions: 159

Compression:

Stored size: 158 Bytes

Contents

module Arel
  module OrderPredications

    def asc
      Nodes::Ascending.new self
    end

    def desc
      Nodes::Descending.new self
    end

  end
end

Version data entries

159 entries across 137 versions & 22 rubygems

Version Path
challah-0.2.1 vendor/bundle/gems/arel-3.0.0/lib/arel/order_predications.rb
challah-0.2.0 vendor/bundle/gems/arel-3.0.0/lib/arel/order_predications.rb
arel-3.0.0 lib/arel/order_predications.rb
dirty_history-0.4.10 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.9 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
arel-3.0.0.rc1 lib/arel/order_predications.rb
dirty_history-0.4.8 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.7 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.6 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.5 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.4 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.4.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
dirty_history-0.3.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/order_predications.rb
arel-2.2.1 lib/arel/order_predications.rb
arel-2.2.0 lib/arel/order_predications.rb
arel-2.1.4 lib/arel/order_predications.rb
arel-2.1.3 lib/arel/order_predications.rb
arel-2.1.2 lib/arel/order_predications.rb