module Supertag::Hashtaggable
Public Instance Methods
hashtaggable_content()
click to toggle source
# File lib/supertag/hashtaggable.rb, line 11 def hashtaggable_content self.class.hashtaggable_attribute # to ensure it has been called at least once content = self.send(self.class.hashtaggable_attribute_name) content.to_s end