<%= text_field 'brewery', 'title' %>
<%= text_field 'brewery', 'address_1' %>
<%= text_field 'brewery', 'address_2' %>
<%= text_field 'brewery', 'city' %>
<%= text_field 'brewery', 'state' %>
<%= text_field 'brewery', 'postal_code' %>
<%= country_select 'brewery', 'country', [ 'United States', 'United Kingdom', 'Germany' ] %>
<%= text_area 'page', 'redcloth' %>