views:

15

answers:

0

I'm currently using acts_as_taggable_on_steroids on Rails 2.3.8. After configuring the plugin, when i try to destroy a post with a tag, it gives me this error:

undefined method `destroy_unused' for Tag(id: integer, name: string):Class

Do i have to redefin a destroy method in my Posts controller?

I'm stumped, any help would be appreciated