Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2 final
-
Component/s: Documentation
-
Labels:None
Description
The documentation (http://grails.org/doc/1.0.3/guide/12.%20Plug-ins.html) says:
[docs]
The dynamic method conventions are as follows:
...
add*Class - Adds a class for the given artefact type and returns the added GrailsClass instance - Example application.addControllerClass(ExampleController.class)
[/docs]
However a call to add*Class results in MissingMethodException. See the code attached
Assigning all documentation related issues to 1.2 final since they don't represent a change to the codebase