Flowdock
method

relation_with

Importance_0
relation_with(values) 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/spawn_methods.rb, line 70
      def relation_with(values) # :nodoc:
        result = Relation.create(klass, table, predicate_builder, values)
        result.extend(*extending_values) if extending_values.any?
        result
      end
Register or log in to add new notes.