class Unpoly::Rails::Change::Field::String

Public Instance Methods

parse(raw) click to toggle source
# File lib/unpoly/rails/change/field.rb, line 36
def parse(raw)
  raw
end
stringify(value) click to toggle source
# File lib/unpoly/rails/change/field.rb, line 40
def stringify(value)
  value.to_s
end