adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / jsps / INIT.rb
blobc74e6047abd886b59a31582faccfd9a974bac41b
1 class RadApp\r
2   # File is deprecated\r
3   def initializeApplication\r
4     reinitApplication()\r
5   end\r
6   \r
7   def reinitApplication()\r
8     # This method is automatically run when the RAD controller is first initialized.\r
9     # It's useful for setting up global variables and other global context.\r
10     puts "INFO: ReinitApplication"\r
11   end\r
12   \r
13   def getModel(request)\r
14     puts "INFO: GetModel()"\r
15     reinitApplication()                 \r
16   end\r
17 end\r
19 RadApp.new()\r