Skip to content

Commit f4a900c

Browse files
committed
Add info about useModel().
Closes #679
1 parent 06ea78a commit f4a900c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/configuration.rst

+6
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@ the ``className`` configuration key for an action, and Crud will use that one in
218218

219219
:doc:`Learn more about custom action classes </actions/custom>`.
220220

221+
Model
222+
=====
223+
224+
The actions will use the default model for the controller as per CakePHP's conventions,
225+
but you can also specify a different model to use using ``CrudComponent::useModel()``.
226+
221227
Listeners
222228
=========
223229

0 commit comments

Comments
 (0)