~peter-kovac11/play/play-scala-console-improvements

« back to all changes in this revision

Viewing changes to samples-and-tests/yabe-with-scala/app/controllers/Comments.java

  • Committer: guillaume
  • Date: 2009-11-11 17:19:54 UTC
  • Revision ID: guillaume@macbook-pro-de-guillaume.local-20091111171954-1z761dqr0aw93747
yabe-with-scala

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package controllers;
2
 
 
3
 
import play.*;
4
 
import play.mvc.*;
5
 
 
6
 
@Check("admin")
7
 
@With(Secure.class)
8
 
public class Comments extends CRUD {    
9
 
}
 
 
b'\\ No newline at end of file'