Editing host

<% form_for(:host, :url => host_path(@host), :html => { :method => :put }) do |f| %>

<%= submit_tag "Update" %>

<% end %> <%= link_to 'Show', host_path(@host) %> | <%= link_to 'Back', hosts_path %>