Method: Praxis::RoutingConfig#post

Defined in:
lib/praxis/routing_config.rb

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



40
# File 'lib/praxis/routing_config.rb', line 40

def post(path, opts={})    add_route 'POST',    path, opts end