Hi, im trying to modify an extension basically .. i have this model class NewsEntry < ActiveRecord::Base has_and_belongs_to_many :news_tags , :join_table => 'news_entries_news_tags' end
so an instance of NewsEntry let say news_entry. news_entry will have the method news_entry.news_tags i want to override the news_entry.news_tags.to_s method. how can i do that ? thanks before _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
