Closed duduribeiro closed 1 year ago
Rails 7.1 extracted some methods to 2 new modules: https://github.com/rails/rails/commit/77f3fc118a211c973bc3ca0b720dcba932474f89 https://github.com/rails/rails/commit/9e85c2cd0543fb268a8efe47c34330b77d813b78
These new commits makes country_select breaks with ActionView::Template::Error: undefined method `options_for_select' for #<ActionView::Helpers::Tags::CountrySelect
I think #219 already addresses this. Do you mind deferring to that PR?
Thanks @scudco !! didn't see that PR 😄
Rails 7.1 extracted some methods to 2 new modules: https://github.com/rails/rails/commit/77f3fc118a211c973bc3ca0b720dcba932474f89 https://github.com/rails/rails/commit/9e85c2cd0543fb268a8efe47c34330b77d813b78
These new commits makes country_select breaks with ActionView::Template::Error: undefined method `options_for_select' for #<ActionView::Helpers::Tags::CountrySelect