bootstrap-editable-rails
bootstrap-editable-rails copied to clipboard
Fix value2str return value
trafficstars
Right now value2str does nothing to the value being passed in. This fix just casts the value to String before returning it.