method
unassignable_keys
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::NestedAttributes
unassignable_keys(assignment_opts)private
No documentation available.
# File activerecord/lib/active_record/nested_attributes.rb, line 464
def unassignable_keys(assignment_opts)
assignment_opts[:without_protection] ? UNASSIGNABLE_KEYS - ]id] : UNASSIGNABLE_KEYS
end