Method: Praxis::RoutingConfig#head

Defined in:
lib/praxis/routing_config.rb

#head(path, opts = {}) ⇒ Object



42
43
44
# File 'lib/praxis/routing_config.rb', line 42

def head(path, opts = {})
  add_route 'HEAD',    path, opts
end