module AssociationSoftBuild::Relation

Public Instance Methods

soft_build() click to toggle source
# File lib/association-soft-build/relation.rb, line 5
def soft_build
  klass.new(where_values_hash)
end