First, you need to specify a route that will handle an HTTP OPTIONS method request. # config/routes.rb resources :web_hits, :only=>[:create] ...
確定! 回上一頁