class Namespaced::ImplicitRenderTestController

Public Instance Methods

hello_world() click to toggle source
# File actionpack/test/controller/render_test.rb, line 49
def hello_world
  fresh_when(etag: "abc")
end