Flowdock
method

replace_from_clause?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Merger
replace_from_clause?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/relation/merger.rb, line 187
        def replace_from_clause?
          relation.from_clause.empty? && !other.from_clause.empty? &&
            relation.klass.base_class == other.klass.base_class
        end
Register or log in to add new notes.