Closed alexsanford closed 10 years ago
Custom actions may only have the methods GET, POST, PUT, and DELETE. The PATCH method should be included (Rails 4 uses PATCH instead of PUT).
Needs to be added here and in the README (line 24).
Thanks! :smile:
Custom actions may only have the methods GET, POST, PUT, and DELETE. The PATCH method should be included (Rails 4 uses PATCH instead of PUT).
Needs to be added here and in the README (line 24).