elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
671 stars 168 forks source link

Update gemfiles to use awesome_nested_set 3.2 #118

Closed mYahagi closed 2 years ago

mYahagi commented 2 years ago

An error occurs when using @model.children in an application of Rails 5.2.4.rc1 or later. wrong number of arguments (given 0, expected 1)

This was solved in awesome_nested_set 3.2.0 https://github.com/collectiveidea/awesome_nested_set/pull/408