Created
November 20, 2012 21:45
-
-
Save dannymcc/4121401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| payments GET /payments(.:format) payments#index | |
| POST /payments(.:format) payments#create | |
| new_payment GET /payments/new(.:format) payments#new | |
| edit_payment GET /payments/:id/edit(.:format) payments#edit | |
| payment GET /payments/:id(.:format) payments#show | |
| PUT /payments/:id(.:format) payments#update | |
| DELETE /payments/:id(.:format) payments#destroy | |
| claims GET /claims(.:format) claims#index | |
| POST /claims(.:format) claims#create | |
| new_claim GET /claims/new(.:format) claims#new | |
| edit_claim GET /claims/:id/edit(.:format) claims#edit | |
| claim GET /claims/:id(.:format) claims#show | |
| PUT /claims/:id(.:format) claims#update | |
| DELETE /claims/:id(.:format) claims#destroy | |
| bills GET /bills(.:format) bills#index | |
| POST /bills(.:format) bills#create | |
| new_bill GET /bills/new(.:format) bills#new | |
| edit_bill GET /bills/:id/edit(.:format) bills#edit | |
| bill GET /bills/:id(.:format) bills#show | |
| PUT /bills/:id(.:format) bills#update | |
| DELETE /bills/:id(.:format) bills#destroy | |
| subscriptions GET /subscriptions(.:format) subscriptions#index | |
| POST /subscriptions(.:format) subscriptions#create | |
| new_subscription GET /subscriptions/new(.:format) subscriptions#new | |
| edit_subscription GET /subscriptions/:id/edit(.:format) subscriptions#edit | |
| subscription GET /subscriptions/:id(.:format) subscriptions#show | |
| PUT /subscriptions/:id(.:format) subscriptions#update | |
| DELETE /subscriptions/:id(.:format) subscriptions#destroy | |
| results GET /results(.:format) results#index | |
| POST /results(.:format) results#create | |
| new_result GET /results/new(.:format) results#new | |
| edit_result GET /results/:id/edit(.:format) results#edit | |
| result GET /results/:id(.:format) results#show | |
| PUT /results/:id(.:format) results#update | |
| DELETE /results/:id(.:format) results#destroy | |
| activities GET /activities(.:format) activities#index | |
| POST /activities(.:format) activities#create | |
| new_activity GET /activities/new(.:format) activities#new | |
| edit_activity GET /activities/:id/edit(.:format) activities#edit | |
| activity GET /activities/:id(.:format) activities#show | |
| PUT /activities/:id(.:format) activities#update | |
| DELETE /activities/:id(.:format) activities#destroy | |
| terminals GET /terminals(.:format) terminals#index | |
| POST /terminals(.:format) terminals#create | |
| new_terminal GET /terminals/new(.:format) terminals#new | |
| edit_terminal GET /terminals/:id/edit(.:format) terminals#edit | |
| terminal GET /terminals/:id(.:format) terminals#show | |
| PUT /terminals/:id(.:format) terminals#update | |
| DELETE /terminals/:id(.:format) terminals#destroy | |
| articles GET /articles(.:format) articles#index | |
| POST /articles(.:format) articles#create | |
| new_article GET /articles/new(.:format) articles#new | |
| edit_article GET /articles/:id/edit(.:format) articles#edit | |
| article GET /articles/:id(.:format) articles#show | |
| PUT /articles/:id(.:format) articles#update | |
| DELETE /articles/:id(.:format) articles#destroy | |
| drugs GET /drugs(.:format) drugs#index | |
| POST /drugs(.:format) drugs#create | |
| new_drug GET /drugs/new(.:format) drugs#new | |
| edit_drug GET /drugs/:id/edit(.:format) drugs#edit | |
| drug GET /drugs/:id(.:format) drugs#show | |
| PUT /drugs/:id(.:format) drugs#update | |
| DELETE /drugs/:id(.:format) drugs#destroy | |
| poisons GET /poisons(.:format) poisons#index | |
| POST /poisons(.:format) poisons#create | |
| new_poison GET /poisons/new(.:format) poisons#new | |
| edit_poison GET /poisons/:id/edit(.:format) poisons#edit | |
| poison GET /poisons/:id(.:format) poisons#show | |
| PUT /poisons/:id(.:format) poisons#update | |
| DELETE /poisons/:id(.:format) poisons#destroy | |
| events GET /events(.:format) events#index | |
| POST /events(.:format) events#create | |
| new_event GET /events/new(.:format) events#new | |
| edit_event GET /events/:id/edit(.:format) events#edit | |
| event GET /events/:id(.:format) events#show | |
| PUT /events/:id(.:format) events#update | |
| DELETE /events/:id(.:format) events#destroy | |
| locations GET /locations(.:format) locations#index | |
| POST /locations(.:format) locations#create | |
| new_location GET /locations/new(.:format) locations#new | |
| edit_location GET /locations/:id/edit(.:format) locations#edit | |
| location GET /locations/:id(.:format) locations#show | |
| PUT /locations/:id(.:format) locations#update | |
| DELETE /locations/:id(.:format) locations#destroy | |
| products GET /products(.:format) products#index | |
| POST /products(.:format) products#create | |
| new_product GET /products/new(.:format) products#new | |
| edit_product GET /products/:id/edit(.:format) products#edit | |
| product GET /products/:id(.:format) products#show | |
| PUT /products/:id(.:format) products#update | |
| DELETE /products/:id(.:format) products#destroy | |
| sales GET /sales(.:format) sales#index | |
| POST /sales(.:format) sales#create | |
| new_sale GET /sales/new(.:format) sales#new | |
| edit_sale GET /sales/:id/edit(.:format) sales#edit | |
| sale GET /sales/:id(.:format) sales#show | |
| PUT /sales/:id(.:format) sales#update | |
| DELETE /sales/:id(.:format) sales#destroy | |
| sessions GET /sessions(.:format) sessions#index | |
| POST /sessions(.:format) sessions#create | |
| new_session GET /sessions/new(.:format) sessions#new | |
| edit_session GET /sessions/:id/edit(.:format) sessions#edit | |
| session GET /sessions/:id(.:format) sessions#show | |
| PUT /sessions/:id(.:format) sessions#update | |
| DELETE /sessions/:id(.:format) sessions#destroy | |
| calls GET /calls(.:format) calls#index | |
| POST /calls(.:format) calls#create | |
| new_call GET /calls/new(.:format) calls#new | |
| edit_call GET /calls/:id/edit(.:format) calls#edit | |
| call GET /calls/:id(.:format) calls#show | |
| PUT /calls/:id(.:format) calls#update | |
| DELETE /calls/:id(.:format) calls#destroy | |
| procedures GET /procedures(.:format) procedures#index | |
| POST /procedures(.:format) procedures#create | |
| new_procedure GET /procedures/new(.:format) procedures#new | |
| edit_procedure GET /procedures/:id/edit(.:format) procedures#edit | |
| procedure GET /procedures/:id(.:format) procedures#show | |
| PUT /procedures/:id(.:format) procedures#update | |
| DELETE /procedures/:id(.:format) procedures#destroy | |
| documents GET /documents(.:format) documents#index | |
| POST /documents(.:format) documents#create | |
| new_document GET /documents/new(.:format) documents#new | |
| edit_document GET /documents/:id/edit(.:format) documents#edit | |
| document GET /documents/:id(.:format) documents#show | |
| PUT /documents/:id(.:format) documents#update | |
| DELETE /documents/:id(.:format) documents#destroy | |
| links GET /links(.:format) links#index | |
| POST /links(.:format) links#create | |
| new_link GET /links/new(.:format) links#new | |
| edit_link GET /links/:id/edit(.:format) links#edit | |
| link GET /links/:id(.:format) links#show | |
| PUT /links/:id(.:format) links#update | |
| DELETE /links/:id(.:format) links#destroy | |
| announcements GET /announcements(.:format) announcements#index | |
| POST /announcements(.:format) announcements#create | |
| new_announcement GET /announcements/new(.:format) announcements#new | |
| edit_announcement GET /announcements/:id/edit(.:format) announcements#edit | |
| announcement GET /announcements/:id(.:format) announcements#show | |
| PUT /announcements/:id(.:format) announcements#update | |
| DELETE /announcements/:id(.:format) announcements#destroy | |
| parcels GET /parcels(.:format) parcels#index | |
| POST /parcels(.:format) parcels#create | |
| new_parcel GET /parcels/new(.:format) parcels#new | |
| edit_parcel GET /parcels/:id/edit(.:format) parcels#edit | |
| parcel GET /parcels/:id(.:format) parcels#show | |
| PUT /parcels/:id(.:format) parcels#update | |
| DELETE /parcels/:id(.:format) parcels#destroy | |
| balances GET /balances(.:format) balances#index | |
| POST /balances(.:format) balances#create | |
| new_balance GET /balances/new(.:format) balances#new | |
| edit_balance GET /balances/:id/edit(.:format) balances#edit | |
| balance GET /balances/:id(.:format) balances#show | |
| PUT /balances/:id(.:format) balances#update | |
| DELETE /balances/:id(.:format) balances#destroy | |
| videos GET /videos(.:format) videos#index | |
| POST /videos(.:format) videos#create | |
| new_video GET /videos/new(.:format) videos#new | |
| edit_video GET /videos/:id/edit(.:format) videos#edit | |
| video GET /videos/:id(.:format) videos#show | |
| PUT /videos/:id(.:format) videos#update | |
| DELETE /videos/:id(.:format) videos#destroy | |
| faxes GET /faxes(.:format) faxes#index | |
| POST /faxes(.:format) faxes#create | |
| new_faxis GET /faxes/new(.:format) faxes#new | |
| edit_faxis GET /faxes/:id/edit(.:format) faxes#edit | |
| faxis GET /faxes/:id(.:format) faxes#show | |
| PUT /faxes/:id(.:format) faxes#update | |
| DELETE /faxes/:id(.:format) faxes#destroy | |
| consults GET /consults(.:format) consults#index | |
| POST /consults(.:format) consults#create | |
| new_consult GET /consults/new(.:format) consults#new | |
| edit_consult GET /consults/:id/edit(.:format) consults#edit | |
| consult GET /consults/:id(.:format) consults#show | |
| PUT /consults/:id(.:format) consults#update | |
| DELETE /consults/:id(.:format) consults#destroy | |
| clinicals GET /clinicals(.:format) clinicals#index | |
| POST /clinicals(.:format) clinicals#create | |
| new_clinical GET /clinicals/new(.:format) clinicals#new | |
| edit_clinical GET /clinicals/:id/edit(.:format) clinicals#edit | |
| clinical GET /clinicals/:id(.:format) clinicals#show | |
| PUT /clinicals/:id(.:format) clinicals#update | |
| DELETE /clinicals/:id(.:format) clinicals#destroy | |
| clients GET /clients(.:format) clients#index | |
| POST /clients(.:format) clients#create | |
| new_client GET /clients/new(.:format) clients#new | |
| edit_client GET /clients/:id/edit(.:format) clients#edit | |
| client GET /clients/:id(.:format) clients#show | |
| PUT /clients/:id(.:format) clients#update | |
| DELETE /clients/:id(.:format) clients#destroy | |
| sheets GET /sheets(.:format) sheets#index | |
| POST /sheets(.:format) sheets#create | |
| new_sheet GET /sheets/new(.:format) sheets#new | |
| edit_sheet GET /sheets/:id/edit(.:format) sheets#edit | |
| sheet GET /sheets/:id(.:format) sheets#show | |
| PUT /sheets/:id(.:format) sheets#update | |
| DELETE /sheets/:id(.:format) sheets#destroy | |
| labs GET /labs(.:format) labs#index | |
| POST /labs(.:format) labs#create | |
| new_lab GET /labs/new(.:format) labs#new | |
| edit_lab GET /labs/:id/edit(.:format) labs#edit | |
| lab GET /labs/:id(.:format) labs#show | |
| PUT /labs/:id(.:format) labs#update | |
| DELETE /labs/:id(.:format) labs#destroy | |
| rotas GET /rotas(.:format) rotas#index | |
| POST /rotas(.:format) rotas#create | |
| new_rota GET /rotas/new(.:format) rotas#new | |
| edit_rota GET /rotas/:id/edit(.:format) rotas#edit | |
| rota GET /rotas/:id(.:format) rotas#show | |
| PUT /rotas/:id(.:format) rotas#update | |
| DELETE /rotas/:id(.:format) rotas#destroy | |
| escalatetopremvet_fault PUT /faults/:id/escalatetopremvet(.:format) faults#escalatetopremvet | |
| markaspending_fault PUT /faults/:id/markaspending(.:format) faults#markaspending | |
| closefault_fault PUT /faults/:id/closefault(.:format) faults#closefault | |
| fault_comments GET /faults/:fault_id/comments(.:format) comments#index | |
| POST /faults/:fault_id/comments(.:format) comments#create | |
| new_fault_comment GET /faults/:fault_id/comments/new(.:format) comments#new | |
| edit_fault_comment GET /faults/:fault_id/comments/:id/edit(.:format) comments#edit | |
| fault_comment GET /faults/:fault_id/comments/:id(.:format) comments#show | |
| PUT /faults/:fault_id/comments/:id(.:format) comments#update | |
| DELETE /faults/:fault_id/comments/:id(.:format) comments#destroy | |
| faults GET /faults(.:format) faults#index | |
| POST /faults(.:format) faults#create | |
| new_fault GET /faults/new(.:format) faults#new | |
| edit_fault GET /faults/:id/edit(.:format) faults#edit | |
| fault GET /faults/:id(.:format) faults#show | |
| PUT /faults/:id(.:format) faults#update | |
| DELETE /faults/:id(.:format) faults#destroy | |
| sales_user GET /users/:id/sales(.:format) users#sales | |
| users GET /users(.:format) users#index | |
| POST /users(.:format) users#create | |
| new_user GET /users/new(.:format) users#new | |
| edit_user GET /users/:id/edit(.:format) users#edit | |
| user GET /users/:id(.:format) users#show | |
| PUT /users/:id(.:format) users#update | |
| DELETE /users/:id(.:format) users#destroy | |
| project_tickets GET /projects/:project_id/tickets(.:format) tickets#index | |
| POST /projects/:project_id/tickets(.:format) tickets#create | |
| new_project_ticket GET /projects/:project_id/tickets/new(.:format) tickets#new | |
| edit_project_ticket GET /projects/:project_id/tickets/:id/edit(.:format) tickets#edit | |
| project_ticket GET /projects/:project_id/tickets/:id(.:format) tickets#show | |
| PUT /projects/:project_id/tickets/:id(.:format) tickets#update | |
| DELETE /projects/:project_id/tickets/:id(.:format) tickets#destroy | |
| project_comments GET /projects/:project_id/comments(.:format) comments#index | |
| POST /projects/:project_id/comments(.:format) comments#create | |
| new_project_comment GET /projects/:project_id/comments/new(.:format) comments#new | |
| edit_project_comment GET /projects/:project_id/comments/:id/edit(.:format) comments#edit | |
| project_comment GET /projects/:project_id/comments/:id(.:format) comments#show | |
| PUT /projects/:project_id/comments/:id(.:format) comments#update | |
| DELETE /projects/:project_id/comments/:id(.:format) comments#destroy | |
| projects GET /projects(.:format) projects#index | |
| POST /projects(.:format) projects#create | |
| new_project GET /projects/new(.:format) projects#new | |
| edit_project GET /projects/:id/edit(.:format) projects#edit | |
| project GET /projects/:id(.:format) projects#show | |
| PUT /projects/:id(.:format) projects#update | |
| DELETE /projects/:id(.:format) projects#destroy | |
| approve_suggestion PUT /suggestions/:id/approve(.:format) suggestions#approve | |
| decline_suggestion PUT /suggestions/:id/decline(.:format) suggestions#decline | |
| like_suggestion PUT /suggestions/:id/like(.:format) suggestions#like | |
| dislike_suggestion PUT /suggestions/:id/dislike(.:format) suggestions#dislike | |
| suggestions GET /suggestions(.:format) suggestions#index | |
| POST /suggestions(.:format) suggestions#create | |
| new_suggestion GET /suggestions/new(.:format) suggestions#new | |
| edit_suggestion GET /suggestions/:id/edit(.:format) suggestions#edit | |
| suggestion GET /suggestions/:id(.:format) suggestions#show | |
| PUT /suggestions/:id(.:format) suggestions#update | |
| DELETE /suggestions/:id(.:format) suggestions#destroy | |
| void_prescription PUT /prescriptions/:id/void(.:format) prescriptions#void | |
| unvoid_prescription PUT /prescriptions/:id/unvoid(.:format) prescriptions#unvoid | |
| clone_prescription PUT /prescriptions/:id/clone(.:format) prescriptions#clone | |
| weekreport_prescriptions GET /prescriptions/weekreport(.:format) prescriptions#weekreport | |
| prescriptions GET /prescriptions(.:format) prescriptions#index | |
| POST /prescriptions(.:format) prescriptions#create | |
| new_prescription GET /prescriptions/new(.:format) prescriptions#new | |
| edit_prescription GET /prescriptions/:id/edit(.:format) prescriptions#edit | |
| prescription GET /prescriptions/:id(.:format) prescriptions#show | |
| PUT /prescriptions/:id(.:format) prescriptions#update | |
| DELETE /prescriptions/:id(.:format) prescriptions#destroy | |
| subscribe_flea_animal PUT /animals/:id/subscribe_flea(.:format) animals#subscribe_flea | |
| subscribe_wormer_animal PUT /animals/:id/subscribe_wormer(.:format) animals#subscribe_wormer | |
| subscribe_healthplan_animal PUT /animals/:id/subscribe_healthplan(.:format) animals#subscribe_healthplan | |
| appointments_animals GET /animals/appointments(.:format) animals#appointments | |
| tomorrowsappointments_animals GET /animals/tomorrowsappointments(.:format) animals#tomorrowsappointments | |
| pinewood_animals GET /animals/pinewood(.:format) animals#pinewood | |
| newsubscription_animals GET /animals/newsubscription(.:format) animals#newsubscription | |
| animals GET /animals(.:format) animals#index | |
| POST /animals(.:format) animals#create | |
| new_animal GET /animals/new(.:format) animals#new | |
| edit_animal GET /animals/:id/edit(.:format) animals#edit | |
| animal GET /animals/:id(.:format) animals#show | |
| PUT /animals/:id(.:format) animals#update | |
| DELETE /animals/:id(.:format) animals#destroy | |
| healthplan_reports GET /reports/healthplan(.:format) reports#healthplan | |
| incomebymonth_reports GET /reports/incomebymonth(.:format) reports#incomebymonth | |
| incomebyemployee_reports GET /reports/incomebyemployee(.:format) reports#incomebyemployee | |
| incomebyvet_reports GET /reports/incomebyvet(.:format) reports#incomebyvet | |
| consulttimes_reports GET /reports/consulttimes(.:format) reports#consulttimes | |
| reports GET /reports(.:format) reports#index | |
| POST /reports(.:format) reports#create | |
| new_report GET /reports/new(.:format) reports#new | |
| edit_report GET /reports/:id/edit(.:format) reports#edit | |
| report GET /reports/:id(.:format) reports#show | |
| PUT /reports/:id(.:format) reports#update | |
| DELETE /reports/:id(.:format) reports#destroy | |
| sessions_new GET /sessions/new(.:format) sessions#new | |
| signup GET /signup(.:format) users#new | |
| login GET /login(.:format) sessions#new | |
| logout GET /logout(.:format) sessions#destroy | |
| office GET /office(.:format) balances#office | |
| comments_index GET /comments/index(.:format) comments#index | |
| comments_new GET /comments/new(.:format) comments#new | |
| root / activities#index | |
| /static/:action(.:format) static#:action | |
| api_activity_deployreceive /api/activity/deployreceive(.:format) activities#deploy_receive | |
| api_activity_emailsend /api/activity/emailsend(.:format) activities#email_send | |
| api_activity_emailbounce /api/activity/emailbounce(.:format) activities#email_bounce | |
| api_dechra_results POST /api/dechra/results(.:format) results#create | |
| api_fax_receive POST /api/fax/receive(.:format) faxes#create | |
| gocardless /gocardless(.:format) gocardless#index | |
| gocardless_index GET /gocardless/index(.:format) gocardless#index | |
| gocardless_submit POST /gocardless/submit(.:format) gocardless#submit | |
| gocardless_confirm GET /gocardless/confirm(.:format) gocardless#confirm | |
| gocardless_webhooks POST /gocardless/webhooks(.:format) gocardless#webhooks | |
| gocardless_success GET /gocardless/success(.:format) gocardless#success |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment