Flowdock
method

inversed_from_queries

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Association
inversed_from_queries(record) public

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/associations/association.rb, line 138
      def inversed_from_queries(record)
        if inversable?(record)
          self.target = record
          @inversed = true
        else
          @inversed = false
        end
      end
Register or log in to add new notes.