bootstrap-ruby / bootstrap-editable-rails

In-place editing with Twitter Bootstrap for Rails
http://rubygems.org/gems/bootstrap-editable-rails
MIT License
216 stars 52 forks source link

Fix value2str return value #29

Open chanko opened 8 years ago

chanko commented 8 years ago

Right now value2str does nothing to the value being passed in. This fix just casts the value to String before returning it.