static public Method

TaxonomyTopicModel.append_features(klass)

There's no documentation for this item.

Source Code

# File rss/taxonomy.rb, line 91
def self.append_features(klass)
  super
  var_name = "#{TAXO_PREFIX}_topic"
  klass.install_have_children_element("topic", TAXO_URI, "*", var_name)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.