Issue#118
The method to override the content of the symbol value at the rendering of the form is pretty straightforward ... in the edit.html.erb you have to add the option : <% render "form" , :value ' ' %> whereas in the new.html.erb you have to write <% render "form" , :value current_user.email%>
then in the partial you just have to set things in this fashion ; <%= ........... :value value%> Works flawlessly ...