change route to update_sort with sorted_column params
This commit is contained in:
parent
76fee12653
commit
b7ecff4f0d
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ Rails.application.routes.draw do
|
||||||
end
|
end
|
||||||
|
|
||||||
patch 'update_displayed_fields'
|
patch 'update_displayed_fields'
|
||||||
get 'update_sort/:column_id' => 'procedures#update_sort', as: 'update_sort'
|
get 'update_sort' => 'procedures#update_sort', as: 'update_sort'
|
||||||
post 'add_filter'
|
post 'add_filter'
|
||||||
post 'update_filter'
|
post 'update_filter'
|
||||||
get 'remove_filter'
|
get 'remove_filter'
|
||||||
|
|
Loading…
Reference in a new issue