Sandeep Tota
Sandeep Tota
@studiocuboweb let me try but I hope I'm sending POST. Will let you know once tested.
I doing POST but doesn't work for me.
Hello mikewolfli Please check this, RedmineApp::Application.routes.draw do match '/importer/index', :to => 'importer#index', :via => [:get, :post] match '/importer/match', :to => 'importer#match', :via => [:get, :post] match '/importer/result', :to => 'importer#result',...
Ok will do and let you know On Wed, 14 Dec 2016, 7:52 p.m. Ben Langfeld, wrote: > *@benlangfeld* requested changes on this pull request. > > Needs tests >...