Class TestController
In: app/controllers/test_controller.rb
Parent: ApplicationController

Methods

Public Instance methods

[Source]

    # File app/controllers/test_controller.rb, line 19
19:         def backspace_icon
20: #               "<"
21:                 ??{ <IMG height=60 src= "./public/images/no.jpg" alt
22: ="something
23: else" width=60 /> }
24:         end

[Source]

    # File app/controllers/test_controller.rb, line 7
 7:         def down_icon
 8: #               "v"
 9:                 ??{<IMG height=60 src="/public/images/down.gif" alt
10: ="down"
11:                         width=60 />}
12:         end

[Source]

    # File app/controllers/test_controller.rb, line 26
26:   def extras
27:         @result=`pwd`
28:   end

[Source]

    # File app/controllers/test_controller.rb, line 32
32:         def filechoices?
33:                 false
34:         end

[Source]

    # File app/controllers/test_controller.rb, line 35
35:         def get_title
36:                 'testing...'
37:         end

[Source]

    # File app/controllers/test_controller.rb, line 13
13:         def select_icon
14: #               ">"
15:                 ??{ <IMG height=60 src= "/public/images/yes.jpeg" alt
16: ="select"
17:                         width=60 /> }
18:         end

[Source]

    # File app/controllers/test_controller.rb, line 29
29:         def start_choices
30:                 []
31:         end

[Source]

   # File app/controllers/test_controller.rb, line 2
2:         def up_icon
3:                 ??{ <IMG height=60 src= "/public/images/up.gif" alt
4: ="up"
5:                         width=60 /> }
6:         end

[Validate]