Skip to content

Commit

Permalink
installed the searchable plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Dec 16, 2009
1 parent 7840154 commit 3422b61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application.properties
@@ -1,5 +1,5 @@
#Grails Metadata file
#Mon Dec 07 19:41:11 CET 2009
#Wed Dec 16 08:44:10 CET 2009
app.grails.version=1.2.0.RC1
app.name=myserverpark
app.servlet.version=2.4
Expand All @@ -8,4 +8,5 @@ plugins.db-util=0.4
plugins.google-chart=0.5.1
plugins.hibernate=1.2.0.RC1
plugins.joda-time=0.5
plugins.searchable=0.5.5
plugins.tomcat=1.2.0.RC1
2 changes: 2 additions & 0 deletions grails-app/domain/Comment.groovy
Expand Up @@ -17,4 +17,6 @@ class Comment {
name(blank:false, maxSize:50)
content(blank:false, widget:"textarea")
}

static searchable = true
}

0 comments on commit 3422b61

Please sign in to comment.