rails--rails/activemodel/lib
Ryuta Kamizono 6ee96a8f42 Avoid extra query attribute allocation in `_insert_record`/`_update_record`
Since a `BindParam` object always has an attribute object as the value
in the Active Record usage, so `_insert_record`/`_update_record` could
be passed attribute set instead of wrapping casted value by a query
attribute.
2021-03-01 16:24:31 +09:00
..
active_model Avoid extra query attribute allocation in `_insert_record`/`_update_record` 2021-03-01 16:24:31 +09:00
active_model.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00