Source: show | on GitHub
# File actionpack/test/dispatch/static_test.rb, line 271 def public_path "公共" end
# File actionpack/test/dispatch/static_test.rb, line 265 def setup super @root = "#{FIXTURE_LOAD_PATH}/公共" @app = ActionDispatch::Static.new(DummyApp, @root, "public, max-age=60") end