Merge pull request #16546 from aditya-kapoor/remove-broken-link

fix broken link to rails blog [ci skip]
This commit is contained in:
Rafael Mendonça França 2014-08-18 17:05:11 -03:00
commit abeaf514d0
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ being used, you can update your form to use the `PUT` method instead:
<%= form_for [ :update_name, @user ], method: :put do |f| %>
```
For more on PATCH and why this change was made, see [this post](http://weblog.rubyonrails.org/2012/2/25/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
For more on PATCH and why this change was made, see [this post](http://weblog.rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
on the Rails blog.
#### A note about media types