v1.9.1
Fixed
- In
v1.9.0
, adding support for setting the HTTP method per CRUD operation introduced a bug. Ifupdate_method
was not set,create_method
was accidentally set toPUT
. This was fixed by @kody-abe. Thanks!
v1.9.0
, adding support for setting the HTTP method per CRUD operation introduced a bug. If update_method
was not set, create_method
was accidentally set to PUT
. This was fixed by @kody-abe. Thanks!