has_and_belongs_to_many_with_deferred_save 0.2.0
Make ActiveRecord defer/postpone saving the records you add to an habtm (has_and_belongs_to_many) association until you call model.save, allowing validation in the style of normal attributes.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
activerecord
>= 0
Development 相依性套件 (1):
rspec
>= 0