Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.67 KB | None | 0 0
  1. UIAppInsights::Engine.routes.draw do
  2.   get 'app_performance',                                to: 'app_performance#show', as: 'app_performance'
  3.   get 'app_performance/table_data',                     to: 'app_performance#table_data'
  4.   get 'app_performance/apps',                           to: 'app_performance#apps'
  5.   get 'app_performance/app',                            to: 'app_performance#app'
  6.   post 'app_performance/export',                        to: 'app_performance#export'
  7.   post 'app_performance/manipulations/bulk_update',     to: 'manipulations#bulk_update'
  8.  
  9.   # test - remove later
  10.   get 'app_performance/error_test',         to: 'app_performance#error_test'
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement