Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / controllers / com / eneraptor / hci / ActionsController.groovy @ 42

History | View | Annotate | Download (119 Bytes)

1 3 alexbesir
package com.eneraptor.hci
2
3
class ActionsController {
4
5
    def main = { }
6 42 alexbesir
7
        def view = { }
8
9
        def add = { }
10 3 alexbesir
11
}