feature/share-libs
erb 4 lines 186 Bytes
Raw
1 <%= form_for(current_user.active_relationships.build) do |f| %>
2 <div><%= hidden_field_tag :followed_id, @user.id %></div>
3 <%= f.submit "Follow", class: "btn btn-primary" %>
4 <% end %>