Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the rule for double quotes.
This commit is contained in:
@@ -251,8 +251,8 @@ namespace :admin do
|
||||
resources :administrator_tasks, only: [:index, :edit, :update]
|
||||
end
|
||||
|
||||
get 'download_settings/:resource', to: 'download_settings#edit', as: 'edit_download_settings'
|
||||
put 'download_settings/:resource', to: 'download_settings#update', as: 'update_download_settings'
|
||||
get "download_settings/:resource", to: "download_settings#edit", as: "edit_download_settings"
|
||||
put "download_settings/:resource", to: "download_settings#update", as: "update_download_settings"
|
||||
|
||||
get "/change_log/:id", to: "budget_investments#show_investment_log", as: "change_log"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user