wlowry88/friend-of-the-day

View on GitHub
app/views/friends/_search_friend_form.html.erb

Summary

Maintainability
Test Coverage

<p class="ui-widget">
    <%= form_for(@friend) do |f| %>
        <%= f.label :name %>
        <%= f.text_field :name, id: "name" %>
    <% end %>
    
</p>