Skip to content

Commit

Permalink
Add Student domain class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Kuligowski committed Mar 10, 2018
1 parent 72ad14d commit 846bfe2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grails/grails-app/domain/com/baeldung/grails/Student.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.baeldung.grails

class Student {

static constraints = {
}
}

0 comments on commit 846bfe2

Please sign in to comment.