Method: CustomAttributes::ActsAsCustomValue::InstanceMethods#to_s
- Defined in:
- lib/custom_attributes/acts_as/acts_as_custom_value.rb
#to_s ⇒ Object
48 49 50 |
# File 'lib/custom_attributes/acts_as/acts_as_custom_value.rb', line 48 def to_s value.to_s end |