There is no update_event_path. You do an update by a PUT on event_path
You probably need something like this:
<% form_for(:event, :url => event_path(@event), :html => { :method => :put }) do |f| %>
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com