danmcclain/postgres_ext

View on GitHub
lib/postgres_ext/active_record/relation/merger.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ActiveRecord
  class Relation
    class Merger # :nodoc:
      def normal_values
        NORMAL_VALUES + [:with]
      end
    end
  end
end