module Supertag::Usertaggable
Public Instance Methods
usertaggable_content()
click to toggle source
# File lib/supertag/usertaggable.rb, line 11 def usertaggable_content self.class.usertaggable_attribute # to ensure it has been called at least once content = self.send(self.class.usertaggable_attribute_name) content.to_s end