We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b9a03 commit 616a940Copy full SHA for 616a940
spec/usage/components/action_spec.rb
@@ -457,7 +457,7 @@ def destroy
457
end
458
459
Rails.application.routes.append do
460
- delete '/action_test', to: 'action_test#destroy', as: 'action_destroy_test'
+ delete '/action_test', to: 'action_test#destroy', as: 'action_destroy_default_text_test'
461
462
Rails.application.reload_routes!
463
@@ -477,7 +477,7 @@ def response
477
def action_config
478
return {
479
method: :delete,
480
- path: :action_destroy_test_path,
+ path: :action_destroy_default_text_test_path,
481
data: {
482
foo: "bar"
483
},
0 commit comments