Module: AssociationSoftBuild::Relation

Extended by:
ActiveSupport::Concern
Defined in:
lib/association-soft-build/relation.rb

Instance Method Summary collapse

Instance Method Details

#soft_buildObject



5
6
7
# File 'lib/association-soft-build/relation.rb', line 5

def soft_build
  klass.new(where_values_hash)
end