class ActionDispatch::Routing::Mapper

Public Instance Methods

static(path) click to toggle source
# File lib/action_dispatch/routing/static_responder.rb, line 112
def static(path)
  StaticResponder.new(path)
end