Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRAILS-36: Allow scaffolding of a specified class #4819

Closed
graemerocher opened this issue Feb 8, 2006 · 1 comment
Closed

GRAILS-36: Allow scaffolding of a specified class #4819

graemerocher opened this issue Feb 8, 2006 · 1 comment

Comments

@graemerocher
Copy link
Member

Original Reporter: graemerocher
Environment: Not Specified
Version: 0.1
Migrated From: http://jira.grails.org/browse/GRAILS-36

At the moment you can set a controller to start scaffolding with the scaffold property (a boolean) like this:

@Property scaffold = true

This assumes the domain class follows the naming convention of the controller, we should be able to set scaffolding on any domain class like this:

@Property scaffold = User.class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@graemerocher and others