Closed nvasilevski closed 3 months ago
Hash syntax was deprecated in https://github.com/rails/rails/pull/52422
This PR addresses deprecation by using at: keyword argument instead as the deprecation suggests.
at:
Hash syntax was deprecated in https://github.com/rails/rails/pull/52422
This PR addresses deprecation by using
at:
keyword argument instead as the deprecation suggests.