class FilterTest::AuditController

Public Instance Methods

show() click to toggle source
# File actionpack/test/controller/filters_test.rb, line 387
def show
  render plain: "hello"
end