module FindWithOrder

Constants

VERSION

Public Class Methods

supporter() click to toggle source
# File lib/find_with_order.rb, line 8
def supporter
  return FindWithOrder::PGSupport if defined?(PG)
  return FindWithOrder::MysqlSupport
end