Closed silvermind closed 5 years ago
using @model.children results in wrong number of arguments (given 0, expected 1)
@model.children
wrong number of arguments (given 0, expected 1)
Rails 6.0.0.rc1 seam to have its own order_column Method, see this commit: https://github.com/rails/rails/commit/cb0299c9eba6463085130debda6347abf9683463
order_column
not sure if it's directly related to this Rails 6 Feature https://blog.bigbinary.com/2019/04/16/rails-6-adds-implicit_order_column.html
using
@model.children
results inwrong number of arguments (given 0, expected 1)
Rails 6.0.0.rc1 seam to have its own
order_column
Method, see this commit: https://github.com/rails/rails/commit/cb0299c9eba6463085130debda6347abf9683463not sure if it's directly related to this Rails 6 Feature https://blog.bigbinary.com/2019/04/16/rails-6-adds-implicit_order_column.html