class RenderHtml::SimpleController
Public Instance Methods
index()
click to toggle source
# File actionpack/test/controller/new_base/render_html_test.rb, line 18 def index render html: "hello david" end
# File actionpack/test/controller/new_base/render_html_test.rb, line 18 def index render html: "hello david" end