acts-as-taggable-on
acts-as-taggable-on copied to clipboard
undefined method `arity' for {:polymorphic=>true}:Hash
Rails 7alpha Ruby 3
Getting this error when trying to add acts_as_taggable:
@yshmarov I've seen similar lines but when I upgraded to 8.x, the error is gone.
Set branch master into Gemfile for resolve this problem:
gem 'acts-as-taggable-on', github: 'mbleigh/acts-as-taggable-on', branch: 'master'