Module: Viga::Routes

Defined in:
lib/viga/routes.rb

Instance Method Summary collapse

Instance Method Details

#viga_routesObject



4
5
6
7
8
# File 'lib/viga/routes.rb', line 4

def viga_routes
  post   'tests/:scenario_id/start', to: 'tests#start'
  delete 'tests/stop'
  generate_viga_controller
end