Sha256: 3481c158b50b15c265cba411c480740556f9a314565a610cc966f6184f916baa

Contents?: true

Size: 148 Bytes

Versions: 8

Compression:

Stored size: 148 Bytes

Contents

module ActiveRecord
  class Relation
    class Merger # :nodoc:
      def normal_values
        NORMAL_VALUES + [:with]
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
postgres_with-3.0.1 lib/postgres_with/active_record/relation/merger.rb
postgres_with-3.0.0 lib/postgres_with/active_record/relation/merger.rb
postgres_with-2.0.0 lib/postgres_with/active_record/relation/merger.rb
postgres_with-1.0.0 lib/postgres_with/active_record/relation/merger.rb
postgres_with-0.0.2 lib/postgres_with/active_record/relation/merger.rb
postgres_with-0.0.1 lib/postgres_with/active_record/relation/merger.rb
postgres_ext-3.0.1 lib/postgres_ext/active_record/relation/merger.rb
postgres_ext-3.0.0 lib/postgres_ext/active_record/relation/merger.rb