Created
March 2, 2015 02:07
-
-
Save squarepegsys/ce9eadb591525649d109 to your computer and use it in GitHub Desktop.
grails admin-interface exampl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grails.plugin.admin.domains = [ | |
"books.admin.Author", | |
"books.admin.Book" | |
] | |
grails.plugin.admin.domain.Author="books.admin.AuthorAdmin" | |
grails.plugin.admin.domain.Book="books.admin.BookAdmin" | |
grails.plugin.admin.accessRoot = "/admin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment