formatting...

2.0
Simon Tokumine 12 years ago
parent bbabe7aa41
commit 54bc33e326

@ -56,7 +56,6 @@ CartoDB::Application.routes.draw do
get '/tables/:table_id/export/shp' => 'export_tables#show', :format => :shp
get '/tables/:table_id/export/kml' => 'export_tables#show', :format => :kml
get '/tables/:table_id/export/sql' => 'export_tables#show', :format => :sql
get '/tables/:table_id/records' => 'records#index'
post '/tables/:table_id/records' => 'records#create'
get '/tables/:table_id/records/pending_addresses' => 'records#pending_addresses'

Loading…
Cancel
Save