module HumanAttributeValues

Constants

VERSION

Public Instance Methods

human_attribute_value(attribute, options = {}) click to toggle source
# File lib/human_attribute_values/human_attribute_value.rb, line 6
def human_attribute_value(attribute, options = {})
  value = public_send(attribute)
  self.class.human_attribute_value(attribute, value, options)
end