class GreenMonster::Attribute::String
Public Instance Methods
decode(value)
click to toggle source
# File lib/green_monster/attribute/string.rb, line 4 def decode(value); value.to_s; end
# File lib/green_monster/attribute/string.rb, line 4 def decode(value); value.to_s; end