I feel like a dope for forgetting that. Thanks.

::Tag isn't doing it for me.

I saw some traffic about this a long time ago. Anyone out there get this working, preferably without hacking Radiant or the plugin, a la Sean's suggestion?

On Mar 31, 2008, at 9:42 AM, Sean Cribbs wrote:

Jim,

Radius also has a "Tag" class, so try putting :: in front of the classname so that it looks in the root namespace.

Sean

Jim Gay wrote:
I'm trying out using acts_as_taggable_on_steroids (with the plugin in /vendor/plugins/) and getting an error:

uninitialized constant LibraryResourceSearchPage::Tag

I'm tying in an existing part of the database with radiant tags.

The tag causing the error is this:

 tag 'library_search:resource_tags' do |tag|
   tag.locals.resource_tags = Tag.find(:all)
   tag.expand unless tag.locals.resource_tags.empty?
 end

Am I missing some step in loading that plugin when Radiant starts up?

Radiant 0.6.4
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to