aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors/postgresql.rb
blob: 93535f44881111fc377f7a1bd365cfb2c1e2bb8e (plain) (blame)
1
2
3
4
5
6
module Arel
  module Visitors
    class PostgreSQL < Arel::Visitors::ToSql
    end
  end
end