projects
/
Grails-CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d13a72
)
added auto timestamp
author
Sven Arnold
<sven@schnuppe.(none)>
Sun, 12 Apr 2009 19:17:08 +0000
(21:17 +0200)
committer
Sven Arnold
<sven@schnuppe.(none)>
Sun, 12 Apr 2009 19:17:08 +0000
(21:17 +0200)
grails-app/domain/News.groovy
patch
|
blob
|
history
diff --git
a/grails-app/domain/News.groovy
b/grails-app/domain/News.groovy
index
c59f9af
..
8907c8b
100644
(file)
--- a/
grails-app/domain/News.groovy
+++ b/
grails-app/domain/News.groovy
@@
-1,8
+1,11
@@
class News {
Date dateCreated
+ Date lastUpdated
+
+ String title
String content
-
static constraints = {
-
}
+ static constraints = {
+ }
}