<%= form_for(@user, url: "/pacientes/#{@user.id}", method: "patch", html: { class: "no-preloader", data: { remote: true }}) do |f| %>
<%= image_tag "https://ntsclinic.com/#{@user.avatar.thumb.url}", width: 100, class: "profile-user-img img-fluid img-circle" %>

<%= @user.age %>

<%= render 'pacientes/form', form: f %>
<% end %>