Sha256: f1bc438bbbb6606c874689d53e4e2c965de20a277e8d50c895ef64b160c3ce96

Contents?: true

Size: 505 Bytes

Versions: 30

Compression:

Stored size: 505 Bytes

Contents

#module DattsRight
  #module QueryMethods
    #puts "in DattsRight::QueryMethods"
    #def order(*args)
      #puts "In DattsRight::QueryMethods#order with these args: #{args}"
      #relation = clone
      #puts "= This is the relation: #{relation.inspect}"
      #relation.order_values += args.flatten unless args.blank?
      #puts "= This is the relation.order_values: #{relation.order_values.inspect}"
      #relation
    #end
  #end
#end

#ActiveRecord::QueryMethods.extend DattsRight::QueryMethods

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
datts_right-0.0.12 lib/datts_right/query_methods.rb
datts_right-0.0.11 lib/datts_right/query_methods.rb
datts_right-0.0.10 lib/datts_right/query_methods.rb
datts_right-0.0.9 lib/datts_right/query_methods.rb
datts_right-0.0.8 lib/datts_right/query_methods.rb
datts_right-0.0.7 lib/datts_right/query_methods.rb
datts_right-0.0.6 lib/datts_right/query_methods.rb
datts_right-0.0.5 lib/datts_right/query_methods.rb
datts_right-0.0.4 lib/datts_right/query_methods.rb
datts_right-0.0.3 lib/datts_right/query_methods.rb