# File lib/twitter/rails.rb, line 10 def xmlize # Forget module/namespace for now as this is totally broken in Rails 1.2.x # (search for namespaced models on the Rails Trac site) cls = self.split('::').pop cls.dasherize.downcase end