Class: UnionOf::ReadonlyAssociationProxy

Inherits:
ActiveRecord::Associations::CollectionProxy
  • Object
show all
Defined in:
lib/union_of/readonly_association_proxy.rb

Constant Summary collapse

MUTATION_METHODS =
%i[
  insert insert! insert_all insert_all!
  build new create create!
  upsert upsert_all update_all update! update
  delete destroy destroy_all delete_all
]