I'm almost there, just need a small push

Use the helpers?

<% form_tag(search_articles_path) do %>    <%= text_field_tag "Ndc" %>    <%= submit_tag "Search" %> <% end %>

(It may be articles_search_path instead of search_articles_path, I never can remember.)