Skip to content

Commit

Permalink
Docs: change application.conf installation reference to dependencies.…
Browse files Browse the repository at this point in the history
…yml (from Disqus comment)
  • Loading branch information
Peter Hilton committed May 28, 2011
1 parent c07034c commit 35a631f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/manual/crud.textile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Let’s see a simple example of using the CRUD module to manage user data.

h3. <a name="enable">Enable the CRUD module for the application</a>

In the **/conf/application.conf** file, enable the CRUD module by adding this line:
In the **/conf/dependencies.yml** file, enable the CRUD module by adding a line after **require:**

bc. # The CRUD module
module.crud=${play.path}/modules/crud
bc. require:
- play -> crud

h3. <a name="routes">Import default CRUD routes</a>

Expand Down

0 comments on commit 35a631f

Please sign in to comment.