Methods
P
S
Instance Public methods
public_path()
# File actionpack/test/dispatch/static_test.rb, line 307
def public_path
  "公共"
end
setup()
# 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