Skip to content

How to destroy an xml view

macourtney edited this page Sep 13, 2010 · 3 revisions

Added for version: 0.4
Updated for version: 0.7

To destroy an xml view called ‘show’ on controller ‘message’ use:

lein conjure destroy xml-view message show

Destroy will delete the file called ‘show.clj’ in the directory views/message.

Clone this wiki locally