Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/action_dispatch/routing/static_responder.rb

Instance Method Summary collapse

Instance Method Details

#static(path) ⇒ Object



106
107
108
# File 'lib/action_dispatch/routing/static_responder.rb', line 106

def static(path)
  StaticResponder.new(path)
end