mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9bd186a0e8
```rb # before: user.password = 'something' user.password = nil user.password # => 'something' # now: user.password = 'something' user.password = nil user.password # => nil ``` |
||
---|---|---|
.. | ||
active_model | ||
active_model.rb |