acts-as-taggable-on icon indicating copy to clipboard operation
acts-as-taggable-on copied to clipboard

undefined method `arity' for {:polymorphic=>true}:Hash

Open yshmarov opened this issue 3 years ago • 2 comments

Rails 7alpha Ruby 3

Getting this error when trying to add acts_as_taggable: Screenshot 2021-10-26 at 14 10 18

yshmarov avatar Oct 26 '21 12:10 yshmarov

@yshmarov I've seen similar lines but when I upgraded to 8.x, the error is gone.

shohey1226 avatar Nov 29 '21 05:11 shohey1226

Set branch master into Gemfile for resolve this problem: gem 'acts-as-taggable-on', github: 'mbleigh/acts-as-taggable-on', branch: 'master'

francesco-loreti avatar Dec 23 '21 12:12 francesco-loreti