JSP rails 7 acts-as-taggable-on couldn't find a valid model
With the last version of JSP ( rails 7) the compatible gem is "acts-as-taggable-on", "~> 5.0"
And after done the migration and try acts_as_taggable_on :tags and acts_as_taggable I get this errors
Rails couldn't find a valid model for ::ActsAsTaggableOn::Tagging association. Please provide the :class_name option on the association declaration. If :class_name is already provided, make sure it's an ActiveRecord::Base subclass.
Any idea how to fix this ?