|
Last change
on this file since 58 was
58,
checked in by gav, 17 years ago
|
|
Configure BootStrap? with latest concepts.
Install and setup Acegi plugin with custom views.
Test Fixture plugin in a test app but couldn't get it to work with Acegi encodePassword() so gave up.
|
|
File size:
243 bytes
|
| Line | |
|---|
| 1 | ${requestmapClassPackage} |
|---|
| 2 | |
|---|
| 3 | /** |
|---|
| 4 | * Request Map domain class. |
|---|
| 5 | */ |
|---|
| 6 | class ${requestmapClassName} { |
|---|
| 7 | |
|---|
| 8 | String url |
|---|
| 9 | String configAttribute |
|---|
| 10 | |
|---|
| 11 | static constraints = { |
|---|
| 12 | url(blank: false, unique: true) |
|---|
| 13 | configAttribute(blank: false) |
|---|
| 14 | } |
|---|
| 15 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.