Cameron Yule

Polymorphs ‘is not a taggable model’

I’ve been having an issue with Has Many Polymorphs tagging functionality where I was getting a "Model is not a taggable model" error while using the tagging methods.

As I’m not alone in having this problem, here’s a quick fix.

At the bottom of environment.rb;

require 'tagging_extensions'
require 'tag'

Published on October 27, 2008 in Programming
Tags: , ,