<%= text_field 'beer', 'title' %>

<%= text_field 'beer', 'abv' %>

<%= text_field 'beer', 'original_gravity' %>

<%= text_field 'beer', 'final_gravity' %>

<%= select 'beer', 'style_id', Style.for_select, { :selected => @beer.style_id } %>

<%= text_field_with_auto_complete('brewery', 'title', {}, { :url => { :controller => 'autocomplete', :action => 'index' } }) %>

<%= render :partial => 'pages/page_form' %>