Skip to content

Instantly share code, notes, and snippets.

@squarepegsys
Created March 2, 2015 02:12
Show Gist options
  • Save squarepegsys/2b245046327694540ec8 to your computer and use it in GitHub Desktop.
Save squarepegsys/2b245046327694540ec8 to your computer and use it in GitHub Desktop.
Author Admin
package books.admin
class AuthorAdmin {
static options = {
list includes: ["lastName", "firstName", "lastUpdated","dateCreated"]
create includes: ["firstName","lastName"]
edit includes: ["firstName","lastName"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment