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