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 4f143ad commit 987a16eCopy full SHA for 987a16e
admin/app/helpers/solidus_admin/stimulus_helper.rb
@@ -10,7 +10,7 @@ def stimulus_controller
10
{ "data-controller": stimulus_id }
11
end
12
13
- def stimulus_action(action, on: nil)
+ def stimulus_action(action, on: nil) # rubocop:disable Naming/MethodParameterName
14
action_construct = []
15
action_construct << "#{on}->" if on.present?
16
action_construct << "#{stimulus_id}##{action}"
0 commit comments