The routes file (https://github.com/NateW/obtvse/blob/refresh/config/routes.rb#L6) has ``` post '/edit/:id', :to => 'posts#update' ``` But it should be ``` post '/posts', :to => 'posts#create' ```