module Supertag::Moneytaggable
Public Instance Methods
moneytaggable_content()
click to toggle source
# File lib/supertag/moneytaggable.rb, line 11 def moneytaggable_content self.class.moneytaggable_attribute # to ensure it has been called at least once content = self.send(self.class.moneytaggable_attribute_name) content.to_s end