<% provide(:title, "Editando Perfil") %>

Editando Perfil


<%= form_for(@user, :url => { :controller => "user_pages", :action => "update" }, html: { :id => "profile-sections", class: "file-upload" }) do |f| %> <%= render "shared/errors", object: @user %>
<% end %>