Closed carlos4ndre closed 9 years ago
The delete operation on cases doesn't seem to be supported and according to the README it should be.
Running as the readme example:
Desk.case(2096) # works, case exists Desk.delete_case(2096) # fails, method is undefined
I get this error message:
NoMethodError: undefined method `delete_case' for Desk:Module
Thanks @carlos4ndre. Can you take a look at fixing it in a pull request? I won't have time to check it out soon.
Sure, it shouldn't be too complicated.
Fixed in #54. Thanks!
The delete operation on cases doesn't seem to be supported and according to the README it should be.
Running as the readme example:
I get this error message: