Methods
C
H
R
Class Public methods
controller_path()
# File actionpack/test/controller/view_paths_test.rb, line 5
def self.controller_path() "test" end
Instance Public methods
hello_world()
# File actionpack/test/controller/view_paths_test.rb, line 10
def hello_world() end
hello_world_at_request_time()
# File actionpack/test/controller/view_paths_test.rb, line 11
def hello_world_at_request_time() render(:action => 'hello_world') end
rescue_action(e)
# File actionpack/test/controller/view_paths_test.rb, line 6
def rescue_action(e) raise end