Home#index

<% if user_signed_in? %>

Olá <%= current_user.email %>!

<%= link_to("logout", destroy_user_session_path, method: :delete) %> <% else %> <%= link_to("Sign in with MercadoLibre", user_omniauth_authorize_path(:mercadolibre)) %> <% end %>