ic-verb
- The Verb AttributeThe ic-verb
attribute tells Intercooler to use a different HTTP verb when issuing
a request than it would otherwise.
This can be useful in cases where, for example, you want to reuse a form for both editing and creating new models, and need to select the appropriate verb.
The value of the ic-verb
attribute should be one of:
GET
POST
PUT
DELETE
ic-verb
attribute has no effect on dependencies.