Skip to content

How to generate a view

macourtney edited this page Sep 13, 2010 · 4 revisions

Added for version: 0.4
Updated for version: 0.7

To generate a view called ‘show’ in the controller named ‘message’ use:

lein conjure generate view message show

Generate will create the view in a directory called message under the views directory. Generate will also create a view unit test.

Clone this wiki locally