class ViewLoadPathsTest::Test::SubController
Public Instance Methods
hello_world()
click to toggle source
# File actionview/test/actionpack/controller/view_paths_test.rb, line 23 def hello_world; render(template: "test/hello_world"); end