Skip Navigation

Rails 7.2.0 is out!

github.com Release 7.2.0 · rails/rails

Active Support Fix delegate_missing_to allow_nil: true when called with implict self class Person delegate_missing_to :address, allow_nil: true def address nil end def berliner? ...

0
0 comments