Skip to content

Instantly share code, notes, and snippets.

@armed
Created January 16, 2011 14:21
Show Gist options
  • Select an option

  • Save armed/781822 to your computer and use it in GitHub Desktop.

Select an option

Save armed/781822 to your computer and use it in GitHub Desktop.
@With(Interceptor.class)
public class Application extends Controller {
public static void index() {
render();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment